Skip to main content
Glama
chaoz23

charactercheck-mcp

by chaoz23

selftest

Read-onlyIdempotent

Verifies the offline installation against a bundled sample character to determine whether the tool works or the character connection fails.

Instructions

Check the offline installation against a bundled sample character — no network, no D&D Beyond account, no character required. Run this first when bootstrapping: it separates 'the tool is broken' from 'I cannot reach that character'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare read-only and idempotent. The description adds context: no network or D&D Beyond account needed, and it operates against a bundled sample. This enriches the safety profile beyond the annotations without contradicting them.

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 defines the action and constraints, the second provides usage sequencing. No redundant words.

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?

For a parameterless tool with a bundled-sample check and rich annotations, the description covers the essential context: purpose, prerequisites, and diagnostic role. The output schema handles return-value details.

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 tool has zero parameters; the baseline for 0 params is 4. The description mentions the bundled sample character, which provides context on what the check uses, but no parameter semantics are needed.

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 explicitly states the tool's function: 'Check the offline installation against a bundled sample character.' It clarifies scope (offline, no network/account/character) and differentiates it from tools that require external resources, making the purpose distinct.

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 gives clear when-to-use guidance: 'Run this first when bootstrapping' and provides a decision heuristic ('separates the tool is broken from I cannot reach that character'). It does not name alternative sibling tools explicitly but implies prerequisites are unnecessary.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chaoz23/charactercheck'

If you have feedback or need assistance with the MCP directory API, please join our Discord server