Skip to main content
Glama

GeezerKeeper Referral Exit Routes and Deadlines

Look up a senior-care referral exit route

lookup_exit_route
Read-onlyIdempotent

Return a maintained stop-contact and privacy route for one supported senior-care referral network. Input is only a network identifier; never provide personal information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceIdYesReferral network: apfm, caring, seniorly, or seniorhousingnet

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
routeYes
guideUrlYes
nextStepYes
disclaimerYes
reviewedAtYes
dataBoundaryYes

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description need not repeat safety traits. It adds valuable context beyond annotations by noting that the route is 'maintained' (curated, not dynamic) and that personal information should never be provided, which clarifies data handling expectations. No contradiction with annotations.

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 two sentences, front-loaded with the main purpose, and contains no filler. Every clause earns its place by clarifying the scope ('one supported... network') and the privacy constraint ('never provide personal information').

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?

For a simple tool with one parameter, strong annotations, and an output schema, the description covers the essential aspects: what it returns, its maintained/privacy nature, and the input constraint. It lacks explicit comparison with sibling tools, but that is a minor gap given the low complexity and richness of other structured fields.

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?

The input schema fully documents the single parameter sourceId with an enum and explicit description, so schema coverage is 100%. The description merely restates that input is a network identifier, adding no new semantic detail beyond what the schema already provides. Baseline of 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 verb 'Return' and the specific resource: a 'maintained stop-contact and privacy route' for 'one supported senior-care referral network.' This distinguishes it from sibling tools like get_info, get_location, and get_services by focusing on a unique route object, and the scope ('one... network') is explicit.

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

Usage Guidelines3/5

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

The description implies the tool is used when you need an exit route for a referral network, and it gives an explicit input constraint ('Input is only a network identifier; never provide personal information'). However, it does not mention when to prefer this over sibling tools or provide any exclusions, so usage guidance is only implied rather than fully explicit.

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

Most tools have clearly distinct purposes: get_info, get_location, get_services, lookup_deadline, lookup_exit_route, choose_workflow, and template retrieval are all separate concerns. However, get_info and get_services both touch on pricing/options, which could cause slight confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (get_*, lookup_*, choose_*). The verbs are semantically appropriate, and the style is uniform throughout, making the set predictable.

Tool Count5/5

With 7 tools, the set is well-scoped for a niche informational server focused on referral exit routes and deadlines. Each tool covers a distinct aspect, and the count does not feel excessive or sparse.

Completeness4/5

The toolset covers key information retrieval (business info, services, location), lookup of deadlines and exit routes, and workflow selection. A minor gap is the lack of a tool to list all supported networks, which would improve discoverability, but agents can work around this.

Resources