Skip to main content
Glama

search_live_components

Read-onlyIdempotent

Search attributed current electronic-component product, availability, lead-time, and price data from Mouser. Results retain provider, observation time, and merchant URLs; no checkout or order is created.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
search_typeNopart_number
manufacturerNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
countYes
cachedYes
providerYes
attributionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.8/5.0
Behavior4/5

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

With readOnlyHint and destructiveHint annotations covering the safety profile, the description adds useful behavioral context: results retain provider, observation time, and merchant URLs, and no checkout/order is created. This goes beyond the annotations by describing output characteristics and confirming side-effect-free behavior.

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 a single, front-loaded sentence that efficiently conveys what the tool does and its key side-effect boundary. No wasted words or repetition of schema details.

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

Completeness3/5

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

The description covers the core purpose and the no-order boundary, and the output schema likely explains return values. However, it leaves parameter semantics completely unaddressed, making it less complete for a tool with 0% schema description coverage. Adequate but with clear gaps.

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

Parameters1/5

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

Schema description coverage is 0% for 4 parameters, yet the description provides no parameter-level guidance. It does not explain the meaning of 'query', 'limit', 'search_type', or 'manufacturer', nor the difference between part_number and keyword search. The description fails to compensate for the schema's lack of descriptions.

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 for electronic-component data (product, availability, lead-time, price) from Mouser, using the verb 'search' and a specific resource. It also distinguishes itself from transactional tools by clarifying that no checkout or order is created.

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 provides clear context: this is for retrieving live, attributed component data from Mouser, with no order side-effect. It does not explicitly name alternatives like 'search_products', but the negative boundary ('no checkout or order is created') helps disambiguate from order-related tools.

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.

Resources