Skip to main content
Glama

ChooseHelp Treatment Directory

Levels of care explained

get_levels_of_care
Read-only

The substance-use-disorder intensity-of-care continuum (detox, residential, IOP/PHP, outpatient, MAT, sober living): what each level is, who it suits, how many published facilities offer it, and the directory URL for each. Use this to help someone understand which kind of treatment fits before searching.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelsYes

TDQS

A4.7/5.0
Behavior4/5

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

Annotations include readOnlyHint=true, so the description doesn't need to repeat safety information. It adds value by detailing the informational content (what each level is, who it suits, facility counts, directory URLs) and its role in the workflow. While it doesn't discuss edge cases or limitations, the tool is a simple read-only lookup, so this is sufficient.

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: the first packs the continuum and the types of information provided; the second gives clear usage guidance. No wasted words, no repetition of schema or annotations, and the information is front-loaded.

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

Completeness5/5

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

Given that there are no parameters and an output schema exists, the description fully covers the tool's purpose, scope, and usage context. It tells the agent exactly what to expect (explanations, suitability, counts, URLs) and when to use it, making it complete for an AI agent to invoke correctly.

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?

The input schema has zero parameters, so the baseline is 4. The description appropriately says nothing about parameters, as there are none to explain. Adding parameter-specific details would be redundant.

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 tool explains the substance-use-disorder intensity-of-care continuum, enumerating specific levels (detox, residential, IOP/PHP, outpatient, MAT, sober living). It distinguishes from sibling search/list tools by framing this as an educational resource for understanding treatment options before searching.

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

Usage Guidelines5/5

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

The description explicitly says 'Use this to help someone understand which kind of treatment fits before searching,' providing a clear when-to-use directive and implying that search tools are the subsequent step. This effectively differentiates it from the sibling search/list tools.

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

Each tool targets a distinct action and resource: search vs. get, experts vs. facilities, and enumerations for specific filter dimensions. There is no overlap or ambiguity between tools like list_browse_categories and list_facility_types because their descriptions clearly differentiate scope.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: get, list, or search followed by a clear object. No style mixing or vague verbs like 'process' or 'do_thing', making the set highly predictable.

Tool Count5/5

Nine tools is well within the ideal range for a directory server. Each tool serves a distinct purpose in the workflow of understanding, browsing, and retrieving facilities/experts, without unnecessary bloat or an overly thin surface.

Completeness5/5

The set covers the full lifecycle of a directory lookup: understanding care levels, enumerating filter values, searching across two entity types, and retrieving full details. Missing operations like create/update/delete are not applicable for a read-only directory, so no critical gaps exist.

Resources