Skip to main content
Glama

Adoteca — Adoção de Pets no Brasil

Ver ficha da ONG ou protetor

get_rescuer_details
Read-only

Ficha de uma ONG ou protetor: cidades atendidas, contatos, site e página de doação. Aceita o código curto do link ou o @ do Instagram, devolvidos pela busca de ONGs. Para doações, mostre donation_url ou profile_url — nunca peça nem repasse chave PIX.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rescuer_refYesCódigo curto da ONG (ex.: 'ab12cd', o mesmo de adoteca.com.br/o/{code}) ou o @ do Instagram dela, sem arroba.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the readOnlyHint/openWorldHint/destructiveHint annotations, the description adds a concrete behavioral rule: for donations show donation_url or profile_url and never ask or forward a PIX key. This is useful safety context that structured annotations do not provide.

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?

Three short sentences front-load the resource and its fields, then give input-format and donation-handling guidance. No filler or repetition of schema details.

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

Completeness5/5

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

The single required parameter is fully documented, an output schema exists, and the description covers input provenance plus the donation display rule. There are no material gaps for an agent to call this simple lookup tool correctly.

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%, and the schema already explains both accepted formats (short code without @ and Instagram handle without @). The description adds that the ref is returned by the NGO search, but this is a minor addition rather than a semantic clarification.

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 the resource ('Ficha de uma ONG ou protetor') and the returned content (cities served, contacts, website, donation page), making it distinct from sibling search tools like search_rescuers. It provides a clear, specific purpose for an agent.

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?

It explains that the accepted rescuer_ref comes from the NGO search ('devolvidos pela busca de ONGs'), which tells the agent to use search_rescuers first. It does not explicitly name the sibling or state when not to use this tool, but the context is clear enough.

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

Each tool clearly targets a distinct action and resource: catalog link building, city stats, pet details, rescuer details, breed listing, city resolution, guides, pet search, rescuer search, and similar pets. There is no meaningful overlap; even search_pets and search_similar_pets are differentiated by scope (general vs. specific pet).

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: get_* for details, search_* for queries, and list_breeds. This makes the API predictable and easy to navigate.

Tool Count5/5

10 tools is well-scoped for a pet adoption assistant. It covers browsing, searching, detailed views, statistics, guides, and URL generation without unnecessary bloat or overwhelming the agent.

Completeness4/5

The tool surface covers the main user journeys: searching pets, retrieving details, finding rescuers, getting city stats, and accessing guides. Minor gaps exist, such as no way to list all cities or directly initiate an adoption, but these are not critical for an informational assistant.

Resources