Skip to main content
Glama

FactGrid (Renamed to FactReason)

Component specification

factreason_component_spec
Read-onlyIdempotent

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. For exact lookups, set responseFormat="compact" for tokenizer-measured context savings; the backward-compatible default is "full". 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"
responseFormatNoUse compact for an exact part lookup; full preserves the legacy data responsefull

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
hintNo
foundNo
compactNo
messageNo
resultsNo
partNumberNo
provenanceNo
qualityScoreNo
tokenMetricsNo
totalMatchedNo
nearestMatchesNo

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already provide readOnly/idempotent/destructive status, and the description adds valuable behavior beyond that: metered access, returns matches or suggestions, and a caution to confirm values against the manufacturer datasheet. This adds useful context about usage cost and data reliability, though it does not detail edge-case behavior such as empty or invalid results.

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 are present, and each contributes essential information: purpose, input modes/precedence, response-format guidance, and metered/caveat context. The first sentence is immediately informative, and there is no filler, redundancy, or unnecessary escalation.

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?

With full annotations, 100% schema parameter coverage, and an output schema present, the description is sufficiently complete: it specifies input choices, precedence, response format trade-offs, metered access behavior, and a critical accuracy caveat. An agent has enough context to select and invoke the tool correctly.

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 describes all parameters, but the description adds meaningful semantics by defining precedence when partNumber and query are both supplied and by explaining when responseFormat should be 'compact' versus the default 'full'. This goes beyond the bare schema descriptions and genuinely helps correct invocation.

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') with a concrete resource ('electronics component pin assignments, voltage range, package, alternatives'), making the tool's purpose immediately clear. It also distinguishes this tool from its API-management siblings by focusing on component data rather than schemas, auth, or breaking changes.

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 gives explicit usage guidance: pass an exact partNumber for one component or use a query for capability search, and it states that partNumber takes precedence when both are supplied. It also advises when to use responseFormat='compact', though it does not explicitly identify converse cases or alternative tools for when this tool should not be used.

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

A4.3/5.0
Disambiguation4/5

Most tools clearly target distinct tasks, and the descriptions cross-reference each other (e.g., package_upgrade_advisory vs api_breaking_changes, api_schema vs integration_brief). However, a few tools overlap in conceptual space—especially factreason_api_schema, factreason_auth_playbook, and factreason_integration_brief—so an agent may need to read the descriptions carefully.

Naming Consistency3/5

All names share the factreason_ prefix and snake_case, but the naming pattern is mixed: some are noun phrases (api_schema, auth_playbook, deprecation_scan) while others use imperative verbs (create_key, discover_api, subscribe_spec_changes). The names are readable and not chaotic, but they do not follow a single predictable convention.

Tool Count5/5

Eleven tools is well within the appropriate range, and the count fits the broad API-intelligence scope. Each tool seems to earn its place by covering a distinct phase of researching, comparing, or subscribing to API and package metadata.

Completeness3/5

The set covers discovery, schemas, auth, breaking changes, deprecation, package upgrades, and component spec lookup, which is a reasonably deep surface. However, the subscription feature creates watches but provides no tool to list, cancel, or delete them, and there is no balance/key management tool beyond key creation and top-up links.