Skip to main content
Glama

Capucine

Je sors le dossier pièce

get_piece_hub
Read-onlyIdempotent

Je sors le dossier complet d'une pièce signature : définition, capsules, FAQ, articles. Chemisier / blouse / chemise → hub chemisier. Si le shopping est vide, le look et les sources restent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pieceYesSlug ou langage naturel (chemisier, blouse, jupe cuir → jupe-cuir).
include_productsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
errorNo
pieceNo
successYes
definitionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds useful behavioral detail beyond annotations: the returned dossier structure and the fallback behavior when shopping is empty ('le look et les sources restent'). No contradiction with 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?

Three compact sentences, each carrying distinct information: what is returned, input normalization, and edge-case behavior. The content is front-loaded and there is no filler.

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?

An output schema exists, so return structure is covered. The description handles input mapping and an edge case. Remaining gaps are the undocumented include_products parameter and the absence of an explicit pointer to list_piece_hubs for discovering available hubs, but these are minor for a simple 2-param read-only tool.

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 coverage is only 50%. The description enriches the piece parameter with natural-language examples and slug mapping, which is valuable. However, include_products is left entirely undocumented in both schema and description, so half the parameters lack semantic guidance.

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 states a specific verb and resource: pulling the complete dossier for a signature piece, enumerating contents (definition, capsules, FAQ, articles). It also distinguishes the scope by showing singular piece-to-hub mapping, avoiding confusion with siblings like list_piece_hubs or shopping 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?

The description provides clear context on when to use the tool (for a specific signature piece) and gives a concrete normalization rule ('Chemisier / blouse / chemise → hub chemisier'). It does not explicitly exclude alternatives or contrast with list_piece_hubs, but the singular scope is implied strongly enough.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources