Skip to main content
Glama
blame-me

mcp-for-arduino

by blame-me

lib-examples

Read-onlyIdempotent

List bundled examples for installed Arduino libraries to find starter code for sensors or modules. Omit library name to see examples for all libraries.

Instructions

List the bundled examples for installed libraries. Omit name to list examples for all libraries. Great for finding starter code for a sensor/module.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoLibrary name, e.g. 'Servo'. Omit for all libraries.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.1

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds a use-case hint but no behavioral traits like filtering, sorting, or return format.

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, front-loaded with the core action, then parameter guidance, then a use-case tip. Zero waste.

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 read-only listing tool with one optional parameter and full schema coverage, the description is complete enough. It could mention output format or whether examples are paths, but that's minor.

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?

Schema description coverage is 100% and the parameter is well-documented in the schema. The description adds an example ('Servo') in the schema but not in the description itself. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb (List) and resource (bundled examples for installed libraries) with clear scope. Does not explicitly differentiate from siblings like lib-search or lib-list, but the 'bundled examples' resource is distinctive enough.

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?

Clear usage context: 'Omit name to list examples for all libraries' and 'Great for finding starter code for a sensor/module' indicates when to use. No explicit alternatives or exclusions, so not a 5.

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