Skip to main content
Glama

list_control_examples

List example snippets for a control type to browse ready-to-tweak configurations. Combine with get_control_example to fetch a specific one.

Instructions

List the named example snippets available in a control's documentation.

Use get_control_example to fetch one as a ready-to-tweak config.

Args: control_id: Control type or doc node-id (e.g. 'gauge', 'color-picker').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
control_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so description must disclose behavioral traits. It only states it lists examples and gives parameter info, but omits whether it is read-only, any side effects, error handling, or pagination. Basic purpose is clear but lacks behavioral specifics.

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?

Very concise: two sentences plus a parameter line. No redundant words; front-loaded with purpose and actionable guidance. Every sentence 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 list tool with one parameter and an output schema (not shown), the description covers purpose, alternative tool, and parameter meaning. Could mention that it returns a list or that it is a read operation, but overall fairly complete given complexity.

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% description coverage for the single parameter. The description explains control_id as 'Control type or doc node-id' with examples, adding meaningful context beyond the schema name and type.

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?

Clearly states it lists named example snippets for a control's documentation. Directly distinguishes from sibling tool get_control_example by saying to use that to fetch one.

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?

Explicitly references sibling get_control_example for fetching a single example, providing clear context for when to use each. Does not explicitly list when not to use, but guidance is adequate.

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/Mariner10/carter-mcp'

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