get_policies
Términos y condiciones, política de tratamiento de datos y demás documentos legales, con sus direcciones canónicas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Términos y condiciones, política de tratamiento de datos y demás documentos legales, con sus direcciones canónicas.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, so the safety profile is well covered. The description adds that the return value includes legal documents and their canonical addresses, which is useful context, but it does not disclose more about response format, language, or whether full content or just references are returned.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence with no filler. It front-loads the specific legal documents and includes the useful detail about canonical addresses. Every word contributes.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a parameterless getter with an output schema and strong annotations, the description is nearly complete. The main gap is the absence of usage guidance, but nothing essential for invoking the tool correctly is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and 100% schema description coverage, so there is nothing the description needs to explain about parameters. This is a baseline-4 case where parameter semantics are trivially satisfied.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies a specific resource: legal documents including terms and conditions, data processing policy, and other legal documents, along with their canonical addresses. It lacks an explicit verb like 'retrieves' or 'lists,' but combined with the tool name it is clear and distinguishable from siblings like get_sla.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives. It does not mention exclusions, alternatives, or context such as 'use this for legal documents and get_sla for service agreements.' The usage context is only implied by the content of the description.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Cada herramienta tiene un propósito claramente diferenciado: estado del catálogo, búsqueda, comparación, ficha, cotización, pedido, infraestructura, políticas y SLA. Aunque varias empiezan por get_, sus dominios no se solapan y las descripciones refuerzan cuándo usar cada una.
La mayoría sigue el patrón verbo_sustantivo en snake_case (search_products, compare_products, create_draft_order, get_product). Se desvían quote, que es solo un verbo, y catalog_status, que parece un sintagma nominal en lugar de get_catalog_status; son desviaciones menores y no generan confusión.
Nueve herramientas es un tamaño adecuado para un catálogo de hosting: cubren consulta, comparación, cotización y pedido sin llegar a ser un servidor de administración. Cada herramienta tiene un rol claro y ninguna sobra.
El flujo principal está completo: conocer la frescura del catálogo, buscar, comparar, obtener fichas, cotizar y crear un pedido en borrador, además de las consultas legales, de SLA e infraestructura. No se echan en falta operaciones de escritura porque el servidor es explícitamente de consulta y no cobra ni contrata.