Skip to main content
Glama

digital-compass-mcp

Full content of one playbook or guide

compass_get_content
Read-onlyIdempotent

The full markdown of a crisis playbook (steps to take now, what NOT to do, how to recognize it next time, where to report) or of a prevention guide. Suitable to relay to the user step by step, in document order. In MCP Apps-capable hosts this renders as a calm step-by-step checklist card (ui://compass/playbook-card).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoContent language (ro = original; en/hu anchored in Romania; pl/cs/sk/it/fr/de anchored in their own countries, with local reporting channels)ro
slugYesSlug from compass_list_situations, e.g. "link-sms-fals"
typeYesplaybook = crisis (reactive), ghid = prevention guide

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds that content is 'markdown' and that in MCP Apps-capable hosts it renders as a 'calm step-by-step checklist card', providing behavioral context beyond annotations. No contradictions.

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, each serving a distinct purpose: first defines content and structure, second gives usage and rendering context. No fluff or redundancy.

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?

Given the simplicity (3 parameters, no output schema), the description covers purpose, content type, and rendering. It might lack error handling info or behavior for invalid slugs, but that is minor for a straightforward getter with good schema annotations.

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 each parameter having descriptions (lang enum details, slug guidance, type enum meanings). The description briefly mentions 'playbook' and 'prevention guide' but does not add new semantic information beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it returns 'full markdown of a crisis playbook or of a prevention guide', specifying content types. The title reinforces 'full content'. While it implicitly differentiates from sibling tools like compass_list_situations (which lists metadata), it does not explicitly distinguish from compass_find_playbook.

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 says 'Suitable to relay to the user step by step', which implies when to use it (after selecting a playbook/guide). However, it does not explicitly state when not to use it or mention alternative tools like compass_find_playbook for searching.

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 clear, distinct purpose: finding playbooks, checking freshness, retrieving content, listing situations, and getting reporting channels. There is no overlap or ambiguity.

Naming Consistency4/5

Most tools follow a consistent 'compass_verb_noun' pattern (e.g., compass_find_playbook, compass_get_content), but compass_freshness uses a noun instead of a verb, causing a minor inconsistency.

Tool Count5/5

With exactly 5 tools, the set is well-scoped for a digital safety guidance server, covering searching, listing, retrieving content, checking freshness, and getting reporting channels without being too sparse or bloated.

Completeness5/5

The tool set provides a comprehensive coverage for the domain: listing all situations, searching by user description, retrieving full content, checking content freshness, and obtaining reporting channels. No obvious gaps for a read-only repository.

Resources