Skip to main content
Glama

search_datasheets

Read-onlyIdempotent

Find electronic components by describing specifications, features, or capabilities in natural language. Searches previously extracted datasheets for semantic matches.

Instructions

Semantic search across all extracted datasheets. Finds components matching natural language queries about specifications, features, or capabilities. Best for broad spec-based discovery across all parts (e.g. 'low-noise LDO with PSRR above 70dB'). Only searches datasheets that have been previously extracted — not all parts that exist. For finding specific parts by number, use search_parts instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 15)
queryYesNatural language search query
section_typeNoOptional: limit search to a specific section typeall

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changedv1.3.2
    • changedInput schema / properties / limit / default
      Previous value: -10New value: +15
    • changedInput schema / properties / limit / description
      Previous value: -"Max results (default 10)"New value: +"Max results (default 15)"
  2. First observedv1.0.0

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the baseline is covered. The description adds important behavioral context beyond annotations: the tool is limited to previously extracted datasheets, and it performs semantic (natural language) matching rather than exact keyword search. This helps the agent understand scope and result variability. No contradictions 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?

Four sentences, all purposeful. The first sentence states the core function, the second expands on query types, the third gives usage context with an example, and the fourth provides a caveat and alternative. No redundancy, front-loaded, 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 straightforward search tool with comprehensive annotations and schema, the description covers the key aspects: what it searches, the extraction-status limitation, and the differentiation from search_parts. It does not mention the optional 'section_type' parameter, but the schema already fully documents that parameter. Given no output schema, the description is sufficiently complete for an agent to decide when and how to invoke it.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by clarifying what the 'query' parameter expects: natural language about specifications, features, or capabilities, with an example ('low-noise LDO with PSRR above 70dB'). It does not repeat parameter descriptions from the schema but provides richer guidance on how to phrase queries.

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 opens with a specific verb+resource: 'Semantic search across all extracted datasheets.' It clearly states the tool finds components matching natural language queries about specifications, features, or capabilities. It also distinguishes from siblings by explicitly directing users to 'search_parts' for part-number lookups.

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 provides explicit when-to-use guidance: 'Best for broad spec-based discovery across all parts' and gives a concrete example. It also includes a clear exclusion and alternative: 'Only searches datasheets that have been previously extracted — not all parts that exist. For finding specific parts by number, use search_parts instead.' This fully covers usage context.

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