Skip to main content
Glama
tmpk13

digi-mouse-search

by tmpk13

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_partsA

Search DigiKey, LCSC and Mouser for electronic components.

Searches every configured distributor by default and merges offers for the same part number so prices can be compared. Pass sources to query one distributor on its own. If a distributor fails or is out of quota, results from the others are still returned and the failure is listed under errors.

part_detailsA

Look up one part by part number, with full specifications and pricing.

Distributor part numbers only resolve at the distributor that issued them, so a lookup by one distributor's number will normally return a result from that source alone.

source_statusA

Report which distributors are configured and how much request budget is left.

Use this when a search reports a rate limit error, to see the configured limits and how many requests remain for the day.

clear_cacheA

Drop cached distributor responses to force fresh stock and pricing.

Cached responses do not count against the daily quota, so clearing the cache makes subsequent searches spend real request budget.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool serves a distinct purpose: searching across distributors, reporting status/quotas, fetching detailed part info, and clearing cache. There is no overlap or ambiguity between actions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (search_parts, source_status, part_details, clear_cache), making the API predictable and easy to navigate.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose of component search and comparison. Each tool earns its place, covering search, details, status, and cache management without bloat.

Completeness4/5

The core workflow is covered: search, view details, check quota, and manage cache. Minor gaps exist (e.g., no bulk operation or category browsing), but the essential lifecycle for a search-focused server is present.

Maintenance

ActivityMaintained
ResponsivenessNo issues