Skip to main content
Glama

diagnostics

Identify issues by checking server status, reviewing recent activity summaries, and opening a viewer to download diagnostic reports for support.

Instructions

Inspect this codesign MCP server: status (default) reports what is running (build id, CE.SDK engine version, non-secret config); summary returns a bounded digest of recent activity (counts, recent errors, slowest calls); open returns a clickable local viewer URL with a Download-ZIP button to send diagnostics to IMG.LY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNostatus (default) | summary | open

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It discloses that status reports non-secret config, summary is bounded, and open returns a clickable URL with a Download-ZIP button. However, it doesn't mention side effects (e.g., whether 'open' launches anything or just returns a URL) or any rate limits.

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?

Three tightly packed sentences, each covering one action with its output. Front-loaded with the tool's purpose and no filler.

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?

For a single-parameter tool with no output schema, the description covers the main behaviors and outputs. It could mention whether 'open' has side effects or how the viewer URL is delivered, but overall it's sufficient for an agent to call it correctly.

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

Parameters3/5

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

Schema coverage is 100% and the enum values are described in the schema. The description adds meaningful context for each action value, but since the schema already lists them, the added value is moderate. Baseline 3 is appropriate.

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 identifies the tool as inspecting the codesign MCP server and enumerates three distinct actions (status, summary, open) with specific outputs. It distinguishes itself from siblings by focusing on server diagnostics rather than assets, editing, or auth.

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

Usage Guidelines4/5

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

The description explains what each action returns and notes that status is the default, giving an agent clear context for choosing an action. It doesn't explicitly state when to use this tool versus alternatives, but the diagnostic scope is clear enough that an agent can infer when it's appropriate.

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