Skip to main content
Glama
blame-me

mcp-for-arduino

by blame-me

lib-list

List installed Arduino libraries and filter them by FQBN to find compatible libraries for your board.

Instructions

List installed Arduino libraries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fqbnNoFilter to libraries compatible with this FQBN

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.1

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral burden. It only states the tool's purpose and omits any details about read-only nature, permissions, output format, or side effects. The word 'installed' hints that it queries local state, but that is minimal transparency.

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?

The description is a single, front-loaded sentence with no wasted words. For a simple list tool, it is appropriately sized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple, with one optional parameter and no output schema. The description states the purpose but does not describe the return value or the effect of the fqbn filter. With no annotations and no output schema, it could provide slightly more context to be fully complete.

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%, so the single fqbn parameter is fully documented in the schema. The description adds no extra meaning about the parameter or its filtering behavior, which is acceptable given the schema baseline but not value-adding.

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?

The description states a specific verb ('List') and resource ('installed Arduino libraries'), and the scope word 'installed' distinguishes it from sibling lib-search, which likely searches available libraries. However, it does not explicitly name or contrast with any alternative, so it falls short of the highest clarity tier.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to use this tool versus alternatives like lib-search or lib-deps. The sentence implies the basic use case, but it does not state conditions, exclusions, or alternative tools.

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