Skip to main content
Glama

diagnose

Run system checks to identify connectivity issues across connected macOS services including Mail, Calendar, Safari, Microsoft Office, and other native apps integrated through Pilot MCP.

Instructions

Run diagnostic checks on all connected services

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • server.js:76-76 (registration)
    Tool 'diagnose' listed in TOOLS array with description 'Run diagnostic checks on all connected services'
    ["diagnose", "Run diagnostic checks on all connected services"],
  • server.js:82-86 (registration)
    Tool registration loop that registers 'diagnose' along with all other tools with the MCP server
    for (const [name, desc] of TOOLS) {
      server.tool(name, desc, {}, async () => ({
        content: [{ type: "text", text: "This is an inspection stub. Install Pilot MCP on macOS: npx -y local-mcp@latest setup" }],
      }));
    }
  • server.js:83-85 (handler)
    Handler function for 'diagnose' tool (and all tools) - returns a stub response indicating this is an inspection stub
    server.tool(name, desc, {}, async () => ({
      content: [{ type: "text", text: "This is an inspection stub. Install Pilot MCP on macOS: npx -y local-mcp@latest setup" }],
    }));
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure but fails to specify whether checks are read-only or corrective, what output format to expect, or how long execution might take. 'Run diagnostic checks' implies an action but not the consequences or results.

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

Conciseness4/5

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

The single seven-word sentence is efficiently structured and front-loaded with the action verb. However, extreme brevity leaves critical gaps given the absence of annotations and output schema.

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

Completeness2/5

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

Without annotations, output schema, or parameters, the description needed to compensate by explaining what diagnostics are returned and how to interpret them. It fails to do so, leaving agents uncertain about what information they'll receive after invocation.

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?

The input schema contains zero parameters, triggering the baseline score of 4 per evaluation rules. No parameter documentation is required.

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

Purpose4/5

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

The description clearly states the action (run diagnostic checks) and target (all connected services), distinguishing it from the many CRUD-focused sibling tools. However, it lacks specificity about what 'connected services' encompasses or what types of diagnostics are performed.

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

Usage Guidelines2/5

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

No guidance provided on when to use this tool versus attempting operations directly with the service-specific tools. No mention of prerequisites or conditions that would indicate a need for diagnostics.

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/lanchuske/local-mcp-releases'

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