Skip to main content
Glama

GeezerKeeper Referral Exit Routes and Deadlines

Look up a senior-living duplicate-referral deadline

lookup_duplicate_referral_deadline
Read-onlyIdempotent

Return source-maintained public duplicate-referral deadline and reporting-route facts for Caring.com or A Place for Mom, plus the current professional tracking fit. Input is only an enumerated network; never provide lead or prospect information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNoFilter: all, caring, or apfmall

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
policiesYes
disclaimerYes
reviewedAtYes
dataBoundaryYes
professionalFitYes

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive hints. The description adds meaningful context by specifying that data is 'source-maintained public' and includes a warning about not providing lead/prospect information, going beyond the structured annotations. It does not contradict any 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?

Two sentences, no wasted words. The first sentence packs the object and scope; the second provides a clear usage constraint. Structure is front-loaded with the main action.

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 one-parameter tool with output schema and annotations, the description covers the core purpose, input constraints, and data source. It could be slightly more explicit about when to use vs. siblings, but overall is adequate for selection and invocation.

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% with an enum and description for the single 'network' parameter. The description reinforces the boundary ('only an enumerated network') but adds little beyond the schema's existing documentation. Baseline 3 applies.

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 tool returns 'source-maintained public duplicate-referral deadline and reporting-route facts' for Caring.com or A Place for Mom, clearly specifying the verb and resource. It also mentions 'current professional tracking fit', and the title echoes the same. This distinguishes it from siblings like lookup_exit_route.

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 provides clear context on what the tool accepts ('Input is only an enumerated network') and an explicit exclusion ('never provide lead or prospect information'). It does not explicitly name alternatives, but the boundary is clear enough for an agent to know when not to use it.

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