Skip to main content
Glama
ProSuite

prosuite-mcp

Official
by ProSuite

describe_spec

Inspect the QA spec file to list specifications, workspace definitions, conditions, and dataset names. Use this to prepare parameters for subsequent XML verification.

Instructions

Describe the loaded QA spec file: available specifications, workspace definitions, and per-specification summary of conditions, workspace IDs, and dataset names.

Call this before run_xml_verification to learn:

  • Which specification_name values exist in the spec (pass one to run_xml_verification)

  • Which workspace_id values need to be replaced with real paths

  • Which datasets each specification expects (useful for sanity-checking the workspace)

Requires PROSUITE_SPEC_PATH to be configured.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the configuration requirement but does not mention error conditions, side effects (likely none), or what happens if the spec is not loaded. Acceptable but could be more explicit.

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 efficient: front-loaded with purpose, uses concise sentences and bullet-point style to list learnings. No wasted words.

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

Completeness5/5

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

Given no parameters, no output schema, and no annotations, the description covers the tool's purpose, usage context, dependency, and what the agent can learn from it. It feels complete for a zero-parameter introspection tool.

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?

There are no parameters, so schema coverage is 100%. The description adds meaning by explaining what the tool does, which is beyond the empty schema. Baseline score of 4 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 states it describes the loaded QA spec file, listing specifications, workspace definitions, and per-specification summary. It uses specific verbs and distinguishes from sibling tools by positioning it as a precursor to run_xml_verification.

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 explicitly says 'Call this before run_xml_verification to learn...' and lists what can be learned. It also states the dependency: 'Requires PROSUITE_SPEC_PATH to be configured.'

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/ProSuite/prosuite-mcp'

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