Skip to main content
Glama

Rechercher des outils

search_tools

Recherche d'outils et équipements disponibles à la location sur Toolzy. Utilisez ce tool quand l'utilisateur cherche un outil, veut louer du matériel, ou demande ce qui est disponible près de chez lui (ex: 'perceuse à Bordeaux', 'tondeuse à gazon', 'outils de bricolage'). La recherche couvre la commune demandée PUIS les communes voisines dans un rayon de 15 km : chaque résultat porte is_local et distance_km, et search_area donne la répartition. Indiquez toujours à l'utilisateur ce qui est dans sa ville et ce qui est à côté, avec la distance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoVille de recherche. Les communes voisines sont incluses automatiquement.
limitNoNombre max de résultats (défaut: 10, max: 20)
queryNoRecherche textuelle (nom d'outil, marque, type)
countryNoMarché à interroger, pour lever une ambiguïté de commune homonyme (ex: Bruges).
zipcodeNoCode postal (filtre par préfixe)
categoryNoCatégorie d'outils
coachingNoFiltrer sur accompagnement disponible
deliveryNoFiltrer sur livraison disponible
price_maxNoPrix maximum par jour en euros
radius_kmNoRayon autour de la ville en km (défaut: 15). N'élargissez que si l'utilisateur accepte de se déplacer plus loin.

TDQS

A4.3/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses important behavioral traits: search first covers the requested commune then neighboring communes within 15 km, each result includes `is_local` and `distance_km`, and `search_area` shows the breakdown. It also gives a user-communication mandate, adding value beyond the schema, though it does not detail sorting, pagination, or exact result shape.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is four sentences and each one adds value: defining the search scope, giving user-intent triggers, explaining geographic behavior, and instructing the assistant on how to present results. It is slightly long but remains focused and front-loaded with the core purpose.

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?

Given 10 parameters and no output schema, the description provides crucial runtime behavior (radius expansion, result fields) and user-facing guidance. It does not fully specify the response structure beyond `is_local`, `distance_km`, and `search_area`, but it is sufficient for an agent to select and invoke the tool correctly in most cases.

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 description coverage is 100%, so the structured schema already documents all 10 parameters. The description adds little new parameter-level information; it restates the radius default and expansion behavior, but the schema already covers those details. The description does not meaningfully compensate beyond what the schema provides.

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 opens with a specific verb+resource: "Recherche d'outils et équipements disponibles à la location sur Toolzy," clearly stating the tool searches for rentable tools/equipment. It distinguishes itself from sibling tools (check_availability, get_tool_details) by being the search/query entry point with examples like "perceuse à Bordeaux".

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

Usage Guidelines5/5

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

Explicit usage guidance is provided: "Utilisez ce tool quand l'utilisateur cherche un outil, veut louer du matériel, ou demande ce qui est disponible près de chez lui" with concrete examples. It also explains the search radius behavior and instructs the agent to always tell the user what is local vs. nearby, which is actionable context.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: searching for tools, retrieving detailed information, and checking availability/pricing. No overlap exists between these operations.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: check_availability, get_tool_details, search_tools. This makes the API predictable and easy to navigate.

Tool Count5/5

With only 3 tools, the server is tightly scoped to the core task of discovering and checking tool rental options. Each tool is essential and earns its place, fitting within the ideal 3-15 range.

Completeness3/5

The server covers the discovery and availability-checking workflow well, but lacks a booking or reservation tool, which is a notable gap for a rental platform. Users can find, inspect, and check a tool's availability, but cannot complete the rental, creating a dead end.

Resources