Skip to main content
Glama

Buscar locales disponibles

buscar_locales_disponibles
Read-onlyIdempotent

Busca locales/puestos disponibles (rack comercial) en los proyectos de EcoPlaza, filtrando opcionalmente por proyecto, rango de area en m2 y piso. Devuelve codigo, piso y area de cada local, paginado (maximo 25 resultados por pagina). NO incluye precios: para eso usa consultar_precios_o_financiamiento.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoNumero de pagina (por defecto 1).
pisoNoFiltra por piso o nivel exacto.
limitNoResultados por pagina (por defecto 10, maximo 25).
area_max_m2NoArea maxima en metros cuadrados.
area_min_m2NoArea minima en metros cuadrados.
proyecto_slugNoFiltra por slug de proyecto.

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 that it returns code, floor, and area per local, and that results are paginated with a maximum of 25 per page.

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, no wasted words. Front-loaded with purpose, then return fields, pagination, and exclusion. Every sentence adds value.

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 no output schema, the description adequately explains return fields and pagination. It could mention sorting or result ordering, but overall it is sufficient for the tool's complexity.

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 100%, so parameters are well-documented. The description summarizes the filter options (project, area range, floor) but adds little beyond the schema. Baseline 3 is appropriate.

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 searches for available commercial spaces in EcoPlaza projects with optional filters. It explicitly distinguishes from the sibling tool 'consultar_precios_o_financiamiento' by saying it does not include prices.

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 tells when to use the tool (to find available spaces) and when not (prices should use another tool). It also notes pagination limits but does not exclude other sibling tools.

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.6/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: searching available locations, consulting prices (referral), contacting advisor, listing projects, getting location details, and project info. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in Spanish (e.g., buscar_locales_disponibles, listar_proyectos). No mixing of conventions.

Tool Count5/5

With 6 tools, the set is well-scoped for the domain of browsing and inquiring about commercial spaces. Each tool contributes meaningfully.

Completeness5/5

The tool surface covers the full workflow: discovering projects, searching locations, getting details, handling price inquiries (via referral), and contacting an advisor. No obvious gaps.

Resources