Skip to main content
Glama

Search physical parts

search_parts
Read-onlyIdempotent

Searches the verified local product and part-type index without inventing identities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
toolYes
factsYes
statusYes
warningsYes
requestIdYes
confidenceYes
provenanceYes
schemaVersionYes

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, non-destructive safety, so the bar is lower. The description adds valuable behavioral context: 'verified local' and 'without inventing identities' assure the agent that results are grounded and won't be fabricated. 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, front-loaded sentence with no filler. Every word contributes a distinct piece of meaning—scope, data quality, and behavior—making it appropriately concise and well structured.

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 simple two-param search tool with a full output schema and safety annotations, the description covers the essential scope and truthfulness guarantee. Minor gaps: no explicit query syntax and no cue to pair it with get_product/product details, but those do not block correct invocation.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for undocumented parameters. It implies query targets a product/part-type index, but does not explain query format, accepted values, or the limit parameter at all. This leaves the agent with minimal guidance on how to formulate the input.

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?

States a specific verb ('Searches') and resource ('verified local product and part-type index'), with a distinctive qualifier ('without inventing identities') that separates it from a generic search or a retrieval tool like get_product. An agent can immediately tell what it does and how it differs from hallucination-prone search.

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

Usage Guidelines3/5

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

The description implies this is the tool for finding parts by query against a local index, but it never explicitly positions it against siblings such as get_product, get_cocompatibility, or resolve_problem. Without exclusions or alternatives, usage is inferred rather than stated.

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.9/5.0
Disambiguation5/5

Each tool targets a distinct capability: exact product retrieval, search, pairwise compatibility, fit guidance, offer lookup, generation-family listing, and problem resolution. The closest pair (get_compatibility and get_fit_guidance) is separated by interface matching vs. manufacturing compensation and physical-test warnings.

Naming Consistency5/5

All tool names are lowercase snake_case with a clear verb-object form: get_*, list_*, search_*, resolve_*. There are no mixed naming conventions or vague generic verbs.

Tool Count5/5

Seven tools is well-scoped for a parts decision-support server. Each tool covers a distinct operation without redundancy, and the count is neither thin nor bloated.

Completeness4/5

The surface covers core lookup, search, compatibility, fit, offer, generation-option, and problem-resolution workflows well. The only minor gap is that generation options are listed but not expanded into detailed generation variants, so an agent may need to work around that via resolve_problem.

Resources