Skip to main content
Glama
matematicsolutions

boutique-mcp

boutique_request_coverage

Read-onlyIdempotent

Draft a coverage-request issue for missing Boutique catalog items. Describe what's missing and for what task, optionally specifying a jurisdiction. Review and submit via the returned URL.

Instructions

Draft a coverage-request issue for a gap in the Boutique catalog.

DRAFT ONLY - this tool performs no network call and submits nothing. A human reviews the draft and submits it at the returned URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionYeswhat is missing and for what task (plain language).
jurisdictionNooptional jurisdiction the gap concerns.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
titleYes
disclaimerYes
submit_urlYes
Behavior5/5

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

The description goes beyond the annotations by explicitly stating 'DRAFT ONLY', 'performs no network call', and 'submits nothing'. It also explains the human-review workflow and that submission happens via a returned URL. This is critical behavioral context that aligns with and enriches the readOnlyHint and idempotentHint annotations.

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 concise and front-loaded with the main purpose. The separate line 'DRAFT ONLY - this tool performs no network call and submits nothing.' is a clear, high-impact warning. The additional sentence about human review and the returned URL provides necessary workflow context without unnecessary fluff.

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

Completeness5/5

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

For a tool with 2 parameters (1 required) and no nested objects, the description fully covers the tool's behavior, limitations, and follow-up action. Since an output schema exists, there's no need to describe return values. The description is complete for an agent to correctly invoke the tool and interpret its result, even with siblings present.

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?

The input schema already provides full descriptions for both parameters ('what is missing...' and 'optional jurisdiction...'), so the schema coverage is 100%. The description itself does not add further parameter details, but it doesn't need to; the baseline 3 applies because the schema carries the heavy lifting and the description doesn't contradict or omit anything.

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?

The description clearly states the tool drafts a coverage-request issue for a gap in the Boutique catalog, using a specific verb ('draft') and resource ('coverage-request issue'). It also distinguishes itself from the read-only sibling tools by explicitly noting it performs no network call and only creates a draft for human submission.

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?

The description implies usage when there is a gap in the catalog and clarifies the draft-only workflow, which tells the agent when to use this tool (for requesting new coverage) and what to expect (no actual submission). It doesn't explicitly name alternatives, but the sibling tools are all read-only, so this tool stands out as the only one for creating a request.

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/matematicsolutions/boutique-mcp'

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