Skip to main content
Glama

padel.how Racket Reviews

search_rackets

Read-onlyIdempotent

Search published rackets using literal, case-insensitive catalogue filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoscore_desc
yearNo
brandNo
limitNo
queryNo
offsetNo
audienceNo
max_scoreNo
min_scoreNo
snapshot_versionNo
editorial_player_level_tagNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYes
resultYes
datasetYes
warningsYes
citationsYes
schema_versionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed11 schema fields changed
    • addedInput schema / properties / limit / maximum
      Added value: +25
    • addedInput schema / properties / limit / minimum
      Added value: +1
    • changedInput schema / properties / max_score / anyOf
      Previous value: -[
      -  {
      -    "type": "number"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "maximum": 100,
      +    "minimum": 0,
      +    "type": "number"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • changedInput schema / properties / min_score / anyOf
      Previous value: -[
      -  {
      -    "type": "number"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "maximum": 100,
      +    "minimum": 0,
      +    "type": "number"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • addedInput schema / properties / offset / maximum
      Added value: +9007199254740991
    • addedInput schema / properties / offset / minimum
      Added value: +0
    • addedInput schema / properties / snapshot_version
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "title": "Snapshot Version"
      +}
    • changedInput schema / properties / year / anyOf
      Previous value: -[
      -  {
      -    "type": "integer"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "maximum": 2200,
      +    "minimum": 1900,
      +    "type": "integer"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / $defs / OfferPrice / properties / amount / anyOf
      Removed value: -[
      -  {
      -    "type": "integer"
      -  },
      -  {
      -    "type": "number"
      -  }
      -]
    • addedOutput schema / $defs / OfferPrice / properties / amount / exclusiveMinimum
      Added value: +0
    • addedOutput schema / $defs / OfferPrice / properties / amount / type
      Added value: +"number"
  2. Changed1 schema field changed
    • changedOutput schema / $defs / AffiliateOffer / properties / retailer / enum
      Previous value: -[
      -  "Amazon",
      -  "Padel Market",
      -  "PadelDogs",
      -  "Tennis Point",
      -  "Racketshop.com"
      -]New value: +[
      +  "Amazon",
      +  "Padel Market",
      +  "PadelDogs",
      +  "Tennis Point",
      +  "Racketshop.com",
      +  "SPORTLET"
      +]
  3. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds useful behavioral detail beyond the schema: filters are literal and case-insensitive, and only published rackets are searchable. This helps set expectations about matching semantics.

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 focused sentence with no filler. It front-loads the action and resource, then adds the two most important behavioral qualifiers: literal and case-insensitive filtering.

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 read-only search tool with a rich input schema, output schema, and safety annotations, the description is reasonably complete. It explains the scope ('published rackets') and matching behavior ('literal, case-insensitive'), while remaining concise; the parameter schema carries the rest of the invocation detail.

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?

Schema description coverage is 0% for 11 parameters, so the description must compensate, but it only offers the generic phrase 'literal, case-insensitive catalogue filters.' It adds some shared meaning across filters but does not explain individual parameters such as query, sort, score bounds, or snapshot_version. The burden is largely left to the schema field names and constraints.

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 ('Search') and a clear resource ('published rackets'), and the phrase 'catalogue filters' distinguishes it from sibling tools like get_racket, list_racket_brands, and compare_rackets. An agent can tell immediately that this tool searches the catalogue rather than retrieving, listing, or comparing.

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 for when to use the tool: searching published rackets with filters. It does not explicitly name alternatives or exclusions, but the verb 'search' and resource scope give enough guidance for an agent to use it appropriately among the listed siblings.

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