What This Does
This catalog explains the tools and actions exposed by the LoopIQ MCP server. The MCP server exposes four kinds of tools:- fixed governance and workflow tools
- Analytics Platform tools
- AI/ML agent runner tools
- generated resource and route tools from the guarded LoopIQ API catalog
loopiq_list_routes, loopiq_list_resources, loopiq_list_ai_ml_agents, and the MCP client’s tools/list command to discover the authoritative live list.
Core Safety and Reliability Tools
Release Governance Tools
Remediation and Governed Work Creation
Required or common fields:
tenantIdstorytasksapprovalIdidempotencyKeydryRun
dryRun: true before executing a real write. Approve only when the story and tasks reference the correct release, certification, team, provider blockers, failed controls, and evidence records.
Incident and Change Governance Tools
Team, User, Role, and Onboarding Tools
Analytics Platform Tools
Dashboard Tools
Forms, Custom Fields, Automation, Sla, and Approval Policy Tools
Ai/ml Agent Tools
The server exposesloopiq_list_ai_ml_agents plus one first-class tool for each AI/ML platform agent. Each loopiq_run_*_agent tool calls the LoopIQ AI proxy with the agent’s use_case.
Common input fields:
tenantIdpayloadpromptactiondryRun
payload or prompt is required.
Planning and Strategy Agents
Development and Design Agents
Quality, Compliance, and Release Governance Agents
Operations and Management Agents
Integration, Search, and Knowledge Agents
Generated Ai/ml Agents
The MCP server also exposes generated AI/ML platform agents such as:loopiq_run_access_control_agentloopiq_run_ai_checkpoints_agentloopiq_run_ai_workflows_agentloopiq_run_anomaly_scoring_agentloopiq_run_architecture_validation_agentloopiq_run_audit_agentloopiq_run_automation_runner_agentloopiq_run_budget_tracking_agentloopiq_run_build_agentloopiq_run_cicd_agentloopiq_run_column_mapper_agentloopiq_run_cost_guard_agentloopiq_run_cost_optimization_agentloopiq_run_custom_agent_development_agentloopiq_run_data_migration_agentloopiq_run_debugging_agentloopiq_run_deployment_agentloopiq_run_dynamic_analysis_agentloopiq_run_environment_sync_agentloopiq_run_feature_flag_agentloopiq_run_google_drive_workspace_agentloopiq_run_image_generation_agentloopiq_run_meeting_capture_agentloopiq_run_mlops_agentloopiq_run_model_registry_agentloopiq_run_notification_triage_agentloopiq_run_performance_tuning_agentloopiq_run_plan_quality_agentloopiq_run_post_deployment_verification_agentloopiq_run_query_risk_estimator_agentloopiq_run_rollback_agentloopiq_run_secrets_scan_agentloopiq_run_sre_agentloopiq_run_static_analysis_agentloopiq_run_test_execution_agentloopiq_run_voice_command_agent
loopiq_list_ai_ml_agents for the authoritative current list, descriptions, categories, and engines.
Generated Semantic Resource Tools
The MCP server promotes common backend resources into semantic tools with predictable names:loopiq_list_<resource>loopiq_get_<resource>loopiq_create_<resource>loopiq_update_<resource>loopiq_execute_<resource_action>when a resource has a supported action route
loopiq_list_ideas,loopiq_get_idea,loopiq_create_idea,loopiq_update_idealoopiq_list_stories,loopiq_get_story,loopiq_create_story,loopiq_update_storyloopiq_list_tasks,loopiq_get_task,loopiq_create_task,loopiq_update_taskloopiq_list_features,loopiq_get_feature,loopiq_create_feature,loopiq_update_featureloopiq_list_applications,loopiq_get_application,loopiq_create_application,loopiq_update_applicationloopiq_list_modules,loopiq_get_module,loopiq_create_module,loopiq_update_moduleloopiq_list_test_cases,loopiq_get_test_case,loopiq_create_test_case,loopiq_update_test_caseloopiq_list_evidence_dossiers,loopiq_get_evidence_dossier,loopiq_create_evidence_dossier,loopiq_update_evidence_dossier
LOOPIQ_SEMANTIC_TOOL_LIMIT, which defaults to 120. The server prioritizes release governance, delivery work, compliance, testing, automation, integrations, and operational workflows.
Generated Route Catalog Actions
The prod route catalog contains hundreds of tenant-safe route definitions. Current catalog coverage includes:- 303 GET routes
- 160 POST routes
- 121 PATCH routes
- 117 PUT routes
- automation
- release certifications
- applications and modules
- ideas, features, stories, tasks, and issues
- incidents, service requests, change requests, and enhancement requests
- compliance objectives, key results, evidence dossiers, approvals, exceptions, and deviations
- test plans, suites, cases, executions, and runs
- integrations, provider evidence, GitHub metrics, and security operations
- notifications, forms, custom fields, workgraph, and integrated documents
loopiq_list_routes to inspect the current route catalog. Use loopiq_invoke_route only when no semantic tool exists for the workflow.
Blocked or Excluded Actions
The MCP server intentionally excludes or blocks:- DELETE operations
- platform administration routes
- permission override routes
- super-admin routes
- password reset and invitation flows
- schema and documentation routes
- API key management routes
- routes that are not tenant scoped
Recommended Usage Order
- Use a named semantic tool when one exists.
- Use the release governance tools for certification and evidence graph workflows.
- Use
loopiq_list_resourcesand generic record tools for normal CRUD. - Use
loopiq_list_routesandloopiq_invoke_routeonly for long-tail routes. - Use
dryRun: truebefore write actions. - Require explicit approval for high-impact actions.
- Store request ID, trace ID, approval ID, and idempotency key in your custom agent audit trail.

