Skip to main content
Glama

consultation_report

Analyze consultation sessions to compute coverage metrics, identify gaps in concept matching and relationships, and compare sessions for thorough architectural review before synthesis.

Instructions

COVERAGE CHECK — Compute coverage metrics for a consultation session. Concept coverage counts matched concepts that were either traversed (get_subgraph seeds) or assessed (log_pattern_assessment). Also shows relationship type coverage, passage diversity, prerequisite/conflict edge checks, and specific gaps. Call before synthesizing to ensure thorough coverage. Optionally compare two sessions with the same project fingerprint to see diffs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
consultation_idYesThe consultation session to evaluate
compare_toNoOptional second consultation ID to diff against
Behavior4/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. It effectively describes what the tool does (computes metrics, shows checks, identifies gaps) and its optional diffing capability. However, it lacks details on output format, error handling, or performance characteristics, which would be needed for a perfect score.

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?

The description is front-loaded with the core purpose, followed by specific metrics and usage guidelines in a logical flow. Every sentence adds value—none are redundant or vague—making it efficiently structured and appropriately sized for the tool's complexity.

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?

Given the tool's moderate complexity, no annotations, and no output schema, the description does well by covering purpose, usage, and key metrics. However, it lacks details on the output structure (e.g., what the coverage metrics look like) and any limitations or prerequisites, which would be needed for full completeness in this context.

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 schema description coverage is 100%, so the baseline is 3. The description adds value by explaining the purpose of the optional 'compare_to' parameter ('to see diffs') and contextualizing 'consultation_id' as part of coverage evaluation. However, it doesn't provide additional syntax or format details beyond what the schema already documents.

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 the specific action ('compute coverage metrics') and resource ('for a consultation session'), distinguishing it from siblings like 'score_architecture' or 'validate_subagent' by focusing on coverage analysis rather than scoring or validation. It enumerates specific metrics like concept coverage, relationship type coverage, and gap identification, making the purpose highly specific.

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?

The description provides explicit guidance on when to use this tool ('Call before synthesizing to ensure thorough coverage') and includes an alternative usage scenario ('Optionally compare two sessions with the same project fingerprint to see diffs'). This clearly distinguishes it from tools like 'critique_consultation' or 'supervise_consultation' by focusing on pre-synthesis coverage checks.

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/marcus-waldman/Iconsult_mcp'

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