Get crisis resources
get_crisis_resourcesReturn the canonical 988 / 911 / Crisis Text Line payload. Surface this immediately whenever the user signals self-harm or imminent danger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
get_crisis_resourcesReturn the canonical 988 / 911 / Crisis Text Line payload. Surface this immediately whenever the user signals self-harm or imminent danger.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
ReadOnlyHint annotation covers safety; description adds that the payload is canonical and includes 988/911/Crisis Text Line, giving the agent content expectations beyond the annotation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded purpose, every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
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 an explicit usage trigger and content description, the definition is fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Tool has zero parameters; input schema is empty, so there are no semantics to clarify. Baseline 4 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the verb 'Return' with the specific resource (canonical 988/911/Crisis Text Line payload), clearly distinguishing it from sibling article/microsite tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states when to use: 'immediately whenever the user signals self-harm or imminent danger.' Clear condition with no ambiguity.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool has a clearly distinct purpose: citation, retrieval, crisis resources, site info, listing, and search. There is no overlapping functionality; an agent can easily select the appropriate tool for the task.
All tool names follow a consistent lowercase verb_noun pattern (cite_article, get_article, list_articles, search_articles, get_crisis_resources, get_microsite_info). This uniformity makes the toolset predictable and easy to navigate.
With only 6 tools, the set is well-scoped for a content library. Each tool serves a necessary function without redundancy, keeping the surface area manageable for agents.
The set covers the full read-only lifecycle of the article library: listing, searching, fetching, and citing. Including crisis resources and site information rounds out the server's purpose without missing any obvious operations for the intended domain.