Skip to main content
Glama

Unified setup diagnose

diagnose_setup
Read-onlyIdempotent

Assess setup health across ingest and dispatch pipelines. Choose full mode for complete diagnostics or ingest/dispatch for targeted checks, returning the best next action.

Instructions

Single entry point for setup health. mode=full (default) runs ingest + dispatch checks and returns the best next action; mode=ingest runs SDK ingest checks only; mode=dispatch runs fix-dispatch preflight only. Prefer this over setup_check, ingest_setup_check, or diagnose_connection alone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNofull (default) = ingest + dispatch; ingest = SDK pipeline only; dispatch = fix preflight only.
project_idNoProject UUID for dispatch checks (defaults to configured project).
projectIdNoAlias for project_id.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
readyYes
summaryYes
nextActionNo
ingestNo
dispatchNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate readOnlyHint=true and idempotentHint=true, which the description aligns with by describing checks that return next actions. The description adds operational context about modes and what each does, exceeding what annotations alone provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with purpose and mode details, no redundant information. Highly concise and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose, mode variations, and preference over siblings. Output schema exists for return details. Slight gap: not explicit about what individual modes return beyond 'best next action' for full mode, but generally complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description enriches the 'mode' parameter by explaining what each enum value does in the context of setup health, adding value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it is a 'Single entry point for setup health' and explains three modes (full, ingest, dispatch) with specific actions. It distinguishes from siblings by saying 'Prefer this over setup_check, ingest_setup_check, or diagnose_connection alone.'

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to prefer this tool over listed alternatives, and describes which mode to use for different scopes (full, ingest, dispatch). This provides clear usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kensaurus/mushi-mushi'

If you have feedback or need assistance with the MCP directory API, please join our Discord server