Skip to main content
Glama
lucasgerads

pymcuprog-mcp

by lucasgerads

list_connected_tools

Lists Microchip USB HID debuggers attached to the host, with optional filter by tool name such as nedbg or pickit4.

Instructions

Return a list of Microchip USB HID debuggers currently attached to the host.

Optionally filter by tool_name (e.g. 'nedbg', 'pickit4'). No device or session configuration is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tool_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description must carry burden. Declares it is a listing operation with no side effects and no configuration needed. Could mention return format, but output schema likely compensates.

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?

Two sentences, no extraneous words. First sentence states core purpose, second adds key details. Highly efficient.

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?

Adequate for a simple listing tool with one optional parameter and an output schema. Missing edge cases like no tools found, but sufficient for typical use.

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 has 0% coverage for parameters; description adds optional filter semantics and concrete examples, significantly clarifying the parameter's purpose.

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?

Specific verb 'Return a list of Microchip USB HID debuggers' clearly identifies the tool's output. Distinguishes from sibling tools that perform actions on connected tools.

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?

States optional filter by tool_name with examples and explicitly notes no prior configuration required. Does not explicitly contrast with other tools, but context is clear.

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/lucasgerads/pymcuprog-mcp'

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