Skip to main content
Glama
Jack8081

ICBOMS MCP Server

by Jack8081

icboms_get_product_facts

Get verified electrical specifications, package details, manufacturer, and lifecycle status for any manufacturer part number.

Instructions

Get verified electrical specifications, package information, manufacturer, and lifecycle facts for a specific MPN from ICBOMS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mpnYesManufacturer Part Number (e.g. "STM32F103C8T6", "CC2540F256RHAT")

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It indicates the tool returns verified data from ICBOMS, which is a useful behavioral clue, but it does not mention read-only behavior, not-found handling, or data freshness. There is no contradiction with structured metadata.

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 conveys the tool's output categories and input scope with no filler. Every word earns its place.

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 one-parameter lookup with no output schema, the description adequately names the return content (specs, package, manufacturer, lifecycle) and source. It could add optional notes on error behavior or data coverage, but nothing critical is missing for an agent to invoke it correctly.

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

Parameters3/5

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

The input schema already documents the single parameter `mpn` with examples at 100% coverage. The description adds little beyond restating that it operates on a specific MPN, so the baseline score of 3 applies.

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 ('Get') and concrete resource scope: verified electrical specs, package information, manufacturer, and lifecycle facts for a given MPN from ICBOMS. This clearly separates the tool from siblings like search, compare, and RFQ, whose purposes are distinct.

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?

Usage context is implied: call this when you already have a specific MPN and need product facts. However, there is no explicit guidance about when to prefer search_components or compare_parts instead, and no exclusions or preconditions are stated.

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