Skip to main content
Glama

export_character_sheet

Export D&D 5e character data to a formatted Markdown sheet with YAML frontmatter for campaign documentation and Obsidian integration.

Instructions

Export a character to a Markdown sheet file.

Generates a beautiful Markdown character sheet with YAML frontmatter in the campaign's sheets/ directory. The sheet can be viewed in any Markdown editor, with optional Meta-Bind support for Obsidian.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
name_or_idYesCharacter name, ID, or player name
player_idNoPlayer ID for permission check (omit for single-player DM mode)
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool generates a file in a specific directory ('campaign's sheets/ directory') and mentions output format details (Markdown with YAML frontmatter, Obsidian compatibility). However, it omits critical behavioral traits like whether this is a read-only operation, if it requires specific permissions, or how errors are handled, which are important for a file-export tool.

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?

The description is front-loaded with the core action in the first sentence, followed by additional useful details about the output. Every sentence earns its place by explaining the file format, location, and viewing options without redundancy. It is appropriately sized for the tool's complexity.

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

Completeness3/5

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

Given no annotations and no output schema, the description provides adequate context for a simple export tool—it explains what the tool does and the output format. However, it lacks details on behavioral aspects (e.g., error handling, file naming conventions) and does not fully compensate for the absence of structured metadata, leaving some gaps in understanding the tool's operation.

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?

Schema description coverage is 100%, so the schema already documents both parameters well. The description adds no explicit parameter information, but since the tool has only 2 parameters and the schema is fully described, this is acceptable. The baseline score of 3 is exceeded because the description implicitly clarifies the purpose of 'name_or_id' (used to identify the character) and 'player_id' (related to permissions), adding slight contextual value.

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 specific action ('Export a character to a Markdown sheet file') and resource ('character'), distinguishing it from siblings like 'get_character' (which retrieves data) or 'import_character_file' (which imports). It provides additional detail about the output format and location, making the purpose unambiguous.

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?

Usage is implied through context—it exports a character sheet, suggesting use when a formatted, viewable record is needed. However, it lacks explicit guidance on when to choose this over alternatives like 'get_character' (for raw data) or 'sync_all_sheets' (for batch updates). No exclusions or prerequisites are stated, leaving some ambiguity.

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/Polloinfilzato/dm20-protocol'

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