Skip to main content
Glama

Taxonomie Produit

run

Classifies product listings into the official Google Shopping taxonomy (5595 categories). Output is validated against the official list before being returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations are empty, so the description carries the full burden. It adds one useful behavioral guarantee: output is validated against the official list before being returned. It does not describe failure behavior, return format, or state changes, though for a classifier these are less critical.

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?

Two sentences with no filler; the core action comes first and the validation detail earns its place. This is an appropriately sized description.

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

Completeness2/5

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

There is no output schema, no annotations, and an opaque nested input parameter, so the description must do more heavy lifting. It explains the high-level purpose but omits input formatting, return value details, and behavior on invalid or unclassifiable listings. This leaves a meaningful gap for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides only a generic 'input' object with 0% property description coverage, so the description must compensate by explaining the input shape. It vaguely indicates the input relates to product listings, but does not specify required fields, types, or structure. An agent cannot reliably construct a valid input from this.

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?

States a specific action—classifies product listings—and names the precise target resource: the official Google Shopping taxonomy with 5595 categories. Even though the tool name is the generic 'run', the description removes ambiguity about its purpose.

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

Usage Guidelines3/5

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

The use case is implied: an agent should use this when it needs to classify product listings into Google Shopping taxonomy. There is no explicit when-not guidance, alternative tool comparison, or mention of prerequisites, but with no siblings listed the tool is at least clearly scoped.

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