Skip to main content
Glama

Get crisis resources

get_crisis_resources
Read-only

Return the canonical 988 / 911 / Crisis Text Line payload. Surface this immediately whenever the user signals self-harm or imminent danger.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.4/5.0
Behavior4/5

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

Annotations provide readOnlyHint=true, and the description is consistent. It adds valuable context beyond the annotation: the payload is 'canonical' and should be surfaced immediately during crisis signals. No description of return format, but that is less critical here.

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 states the function, the second gives the usage trigger. Excellent front-loading and brevity.

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 zero-parameter, read-only tool with no output schema, the description is nearly complete. It explains what the tool returns and when to invoke it. Slight lack of detail about the actual payload contents, but 'canonical' implies a standard set.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters, so the description has nothing to add. The schema already covers everything (100% coverage), and the baseline of 4 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 uses a specific verb ('Return') and names a clear resource ('canonical 988 / 911 / Crisis Text Line payload'). It is immediately distinguishable from sibling tools, which all focus on articles or microsite info.

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 explicitly states when to use the tool: 'whenever the user signals self-harm or imminent danger.' It does not mention when not to use it or alternatives, but the trigger condition is actionable and clear.

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

Each tool has a clearly distinct purpose: fetching, listing, searching, citing, crisis resources, and site info. No overlap between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern, using verbs like get, list, search, cite, and clear nouns. No mixed naming conventions.

Tool Count5/5

6 tools is well-scoped for an article library server, covering core operations without redundancy or bloat.

Completeness5/5

The tool set covers the full read-only lifecycle: retrieve single, list all, search, cite, plus essential auxiliary info. No obvious gaps for the intended domain.

Resources