Skip to main content
Glama

get_requirement_schema

Read-onlyIdempotent

Read the evidence-safe input schema for a configurable supply category or fabrication process, including required fields, recommended fields, accepted artifacts, and safety notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoOptional disambiguation when an identifier could exist in both namespaces.
identifierYesCategory code, fabrication-process slug, or fabrication-process ID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
guidanceYes
requirement_schemaYes

TDQS

B3.2/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description does not need to restate the safe read-only nature. The description adds context by enumerating what the schema contains (required fields, recommended fields, accepted artifacts, safety notes). However, it stops short of disclosing deeper behavioral traits like authentication needs, rate limiting, or error behavior, and 'evidence-safe' itself is never explained. No contradiction with annotations.

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?

A single sentence that front-loads the verb and resource before enumerating contents—efficient and well-structured. The only flaw is the modifier 'evidence-safe,' which is stylistically extraneous yet unexplained, slightly muddying an otherwise crisp description.

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 strong supporting context—comprehensive readOnly/idempotent annotations, 100% parameter documentation, and a declared output schema—the description is largely sufficient. The tool's contract is well-covered by the combination of fields. The primary gap remains the undefined 'evidence-safe' terminology and the absence of a pointer to sibling tools for related lookups, but overall the description is complete for this tool's simple read-only contract.

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 description coverage is 100%, as the schema thoroughly documents both parameters: identifier is described as 'Category code, fabrication-process slug, or fabrication-process ID' with min/max length, and type explains it is for 'disambiguation when an identifier could exist in both namespaces.' The description's mention of 'configurable supply category or fabrication process' parallels the schema's enum but adds no new parameter-level meaning, so the baseline of 3 applies.

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 uses a specific verb ('Read') and a specific resource ('the evidence-safe input schema for a configurable supply category or fabrication process'), which clearly distinguishes this getter from sibling tools like get_bom or get_project. It also previews the schema contents (required fields, recommended fields, accepted artifacts, safety notes). The term 'evidence-safe' is a genuine ambiguity—unexplained jargon—that prevents a perfect score.

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 usage guidance is provided relative to alternatives such as get_connection_guide, get_compatibility, or get_sourcing_request. There is no 'use this when,' no 'for X use Y instead,' and no mention of prerequisites or exclusions. The only implicit hint is in the 'type' parameter's disambiguation note, which is parameter-level context rather than tool-level guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation5/5

Every tool targets a distinct resource, role, or action. For example, list_orders versus list_supplier_orders clearly separates buyer and supplier views, and update_supplier_order versus update_supplier_order_issue versus update_supplier_order_return handle different concerns despite similar names. Rich descriptions eliminate ambiguity.

Naming Consistency5/5

All tool names consistently use snake_case with a verb_noun pattern (e.g., create_project, list_orders, update_supplier_capabilities, search_products). The style is uniform across reads, writes, lists, and searches, making the API predictable.

Tool Count1/5

With 55 tools, the server far exceeds the typical well-scoped range of 3-15. Even for a broad supply chain platform, 50+ tools hits the rubric's 'extreme mismatch' threshold. The domain is comprehensive, but the sheer number overwhelms and likely complicates agent tool selection.

Completeness5/5

The tool surface covers the full lifecycle from project creation, BOM management, sourcing, quoting, planning, checkout handoff, orders, returns, issues, warranties, catalog updates, supplier profiles, and validation. It handles buyer and supplier sides with appropriate state transitions, and includes meta tools for connection and schema guidance. No obvious critical gaps exist.

Resources