Skip to main content
Glama
ssatama

rescuedogs-mcp-server

rescuedogs_list_organizations

List rescue organizations and view their statistics, including available dogs count. Filter by country and active status to find shelters with adoptable dogs.

Instructions

List rescue organizations with their statistics and available dogs count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNoFilter by ISO country code (e.g., 'GB', 'ES', 'RO')
active_onlyNoOnly return active organizations
limitNoNumber of organizations to return
response_formatNoResponse format: 'markdown' for human-readable or 'json' for structured datamarkdown
Behavior2/5

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

No annotations are present, so the description carries full transparency burden. It only states the tool lists organizations with stats, but fails to disclose behavioral traits such as authentication requirements, rate limits, data freshness, pagination behavior, or the fact that output format depends on the response_format parameter. This leaves the agent underinformed.

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 9-word sentence. It is front-loaded and contains no extraneous information. Every word serves a purpose, making it highly concise.

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

Completeness2/5

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

Given the tool has 4 parameters, no output schema, and no annotations, the description is incomplete. It does not mention output format options (though schema has response_format), pagination via limit, or the optional nature of country. Also lacks guidance on how this tool fits with sibling tools.

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?

Baseline is 3 because schema description coverage is 100%. The description adds no additional meaning or context to the parameters beyond what the schema already provides. For instance, it does not explain how 'country' or 'active_only' filter results in practice.

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 action ('List'), the resource ('rescue organizations'), and the output scope ('statistics and available dogs count'). It distinguishes itself from sibling tools like rescuedogs_search_dogs or rescuedogs_get_statistics by focusing on organizations.

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

Usage Guidelines2/5

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

No usage guidelines are provided. The description does not indicate when to use this tool versus alternatives, nor does it mention scenarios where it's not appropriate. For example, it could note that this tool is for browsing organizations, while rescuedogs_get_statistics provides aggregated stats.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ssatama/rescuedogs-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server