Skip to main content
Glama

factreason_component_spec

Read-onlyIdempotent

Look up electronics component specifications by exact part number or capability query. Get pin assignments, voltage range, package, and alternative parts.

Instructions

Look up electronics component pin assignments, voltage range, package, and alternatives. Pass exact partNumber for one component or query for a capability search; partNumber takes precedence if both are supplied. Uses metered access and returns matches or suggestions. Confirm critical values against the manufacturer datasheet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoFree-text capability search, e.g. "3.3V ARM MCU with SPI"
partNumberNoExact part number, e.g. "STM32F401RE"

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
hintNo
foundNo
compactNo
messageNo
resultsNo
partNumberNo
totalMatchedNo
nearestMatchesNo
Behavior5/5

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

Beyond the annotations (readOnly, idempotent, non-destructive), the description adds critical behavioral context: 'Uses metered access' warns of cost, 'returns matches or suggestions' explains fuzzy behavior, and 'Confirm critical values against the manufacturer datasheet' provides a reliability caveat. This is substantial added value.

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?

Three concise sentences with no wasted words. The first states purpose, the second provides usage instructions with precedence, and the third gives a cost and reliability warning. Every sentence earns its place.

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 an output schema exists and the tool has only two well-documented parameters, the description fully covers purpose, usage, cost, return behavior, and a safety caveat. No critical information is missing for a read-only lookup tool.

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?

The schema already documents both parameters with examples, so the baseline is 3. The description adds meaningful semantics: the precedence rule (partNumber takes precedence if both are supplied) and clarifies query as a free-text capability search, going beyond the schema definitions.

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 uses a specific verb 'Look up' and clearly identifies the resource: electronics component pin assignments, voltage range, package, and alternatives. This clearly distinguishes it from sibling tools focused on API lifecycle, upgrades, and authentication.

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 explicit usage guidance: pass exact partNumber for a single component or use query for a capability search, with a clear precedence rule. It does not explicitly name alternatives or when not to use, but the purpose is so distinct that the intended context is obvious.

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/factreason/factreason'

If you have feedback or need assistance with the MCP directory API, please join our Discord server