Skip to main content
Glama
ProSuite

prosuite-mcp

Official
by ProSuite

search_spec

Find quality assurance conditions matching your natural language query. Returns condition name, category, error tolerance, and parameters for direct use in verification.

Instructions

Search the loaded QA spec for conditions matching a natural-language query.

Returns up to max_results conditions whose name, description, or category contains the query string (case-insensitive). Claude bridges any language gap — queries in English, German, French, or Italian all work.

Each result includes:

  • name: the full condition name (human-readable rule statement)

  • category: domain grouping from the spec

  • allow_errors: False means a hard failure, True means tolerated

  • condition_request: ready to pass directly into run_verification's conditions list (includes condition method name and pre-filled params)

  • required_datasets: dataset names and filter expressions to include in run_verification's datasets list

Requires PROSUITE_SPEC_PATH to be configured. Returns an error dict if no spec is loaded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
max_resultsNo
Behavior5/5

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

With no annotations provided, the description fully discloses behavior: case-insensitive search, multi-language support, result structure, prerequisite (PROSUITE_SPEC_PATH), and error handling (returns error if no spec loaded). This exceeds expectations for transparency.

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 description is well-structured with a lead sentence, then details on query behavior, and a bullet list of result fields. It is informative without being excessively verbose, though the bullet list could be slightly trimmed.

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 the absence of an output schema, the description completely explains the return values (name, category, allow_errors, condition_request, required_datasets) and covers prerequisites and error conditions. No gaps remain for an agent to use this tool effectively.

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?

Although schema description coverage is 0%, the description adds meaning to both parameters: 'query' is a natural-language string searched against condition fields, and 'max_results' is the maximum number of results. This goes beyond the schema which only provides types and default.

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 tool searches the loaded QA spec for conditions matching a natural-language query. It uses a specific verb-resource pair ('search the loaded QA spec') and distinguishes itself from siblings like list_conditions (which lists all) and describe_condition (which describes one condition).

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 implies when to use this tool (for natural-language search of conditions) and provides context such as multi-language support and a limit on results. It does not explicitly state when not to use it or compare to alternatives, but the context is clear enough for an agent to decide.

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