Inspect
inspectMaintain colony health: review anomalies, manage data update proposals, capture daily snapshots, and evaluate API designs.
Instructions
Internal admin tool for colony health. Inspect anomalies, manage update proposals, take snapshots, and evaluate MCP design patterns. Modes: queue (view anomalies), submit (verify anomaly), check_updates (service changelog), propose (PR-model data update), review (approve/reject proposal), pending (view proposal queue), snapshot (capture daily metrics), evaluate (rate API design quality). Mode is auto-detected from params or set explicitly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Explicit mode override. Auto-detected from params if omitted. | |
| queue_status | No | [queue] Filter by status (default: open) | |
| queue_severity | No | [queue] Filter by severity (default: all) | |
| queue_service_id | No | [queue] Filter by specific service ID | |
| queue_limit | No | [queue] Max results (default: 10) | |
| inspection_id | No | [submit/queue] Inspection ID. With verdict → submit mode. Alone → queue lookup. | |
| verdict | No | [submit] Your finding: confirmed, false_alarm, resolved, or partially_resolved | |
| findings | No | [submit] What you found during inspection (PII auto-masked) | |
| tested_workaround | No | [submit] Workaround you tested, if any | |
| workaround_works | No | [submit] Did the tested workaround work? | |
| check_service_id | No | [check_updates] Service name or ID to check for changes. Triggers check_updates mode. | |
| since_days | No | [check_updates] How many days back to look (default: 30) | |
| propose_service_id | No | [propose] Service ID to propose changes for | |
| field | No | [propose] Single field to update (shorthand). Allowed: description, category, tags, mcp_endpoint, mcp_status, api_url, api_auth_method, namespace. | |
| new_value | No | [propose] New value for the field (used with field shorthand) | |
| changes | No | [propose] Object of field->new_value pairs (alternative to field+new_value) | |
| reason | No | [propose] Why this change is needed | |
| evidence_url | No | [propose] URL to source (API docs, changelog) | |
| change_type | No | [propose] Type of change (default: update) | |
| agent_id | No | [propose/review] Agent identifier for attribution | |
| update_id | No | [review] Proposal ID to review. With approved → review mode. | |
| approved | No | [review] true = approve, false = reject | |
| reviewer | No | [review] Who is reviewing (default: michie) | |
| review_note | No | [review] Optional review comment | |
| pending_status | No | [pending] Filter by status. Triggers pending mode when present. | |
| pending_service_id | No | [pending] Filter by service ID | |
| pending_limit | No | [pending] Max results (default: 20) | |
| snapshot_service_id | No | [snapshot] Service to snapshot. Triggers snapshot mode. Omit value to snapshot ALL. | |
| snapshot_date | No | [snapshot] Date to snapshot (YYYY-MM-DD, default: today) | |
| evaluate_service_id | No | [evaluate] Service to evaluate. Triggers evaluate mode. | |
| api_quality_score | No | [evaluate] API design quality: RESTful conventions, naming, status codes (0.0-1.0) | |
| doc_completeness_score | No | [evaluate] Documentation quality: completeness, accuracy, examples (0.0-1.0) | |
| auth_stability_score | No | [evaluate] Auth reliability: token refresh, expiry handling, OAuth flow (0.0-1.0) | |
| error_clarity_score | No | [evaluate] Error response quality: clear codes, actionable messages (0.0-1.0) | |
| evaluate_notes | No | [evaluate] Free-text notes on design strengths/weaknesses |