Skip to main content
Glama
yanjingzhaisun

cozyvtt-mcp

Character Validate

character_validate

Validate character data against its game system's Zod schema server-side. Returns isValid status and any errors to confirm data integrity before use.

Instructions

用角色卡自身 gameSystem 的 Zod schema 重验 data(服务器侧校验)。 返回 {isValid, errors?}——校验不通过也是 200,看 isValid 字段。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
character_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior4/5

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

No annotations are provided, so the description carries full disclosure burden. It does well by stating the validation schema source, the response shape {isValid, errors?}, and that validation failure still returns HTTP 200, which is valuable non-obvious behavior.

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 two compact sentences with no filler. The core action and the critical response/HTTP behavior are front-loaded and every sentence adds value.

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?

With one parameter and an output schema present, the description is reasonably complete: it explains the validation source, response shape, and HTTP behavior. However, it leaves unclear what 'data' refers to and how character_id drives the validation, which could lead an agent to expect a payload parameter that does not exist.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explicitly define character_id; it only indirectly associates it with the character card. The description mentions 'data' but the input schema has no data parameter, leaving the exact input contract unclear.

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 names a specific action, re-validating data against the character card's own gameSystem Zod schema, and notes this is server-side, which distinguishes it from character_get, character_update, and character_create. The term 'data' is somewhat ambiguous because the input schema only exposes character_id, but the core purpose is still clear.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool instead of character_get, character_update, or other siblings. The phrase 'server-side validation' hints at a context, but no prerequisites, exclusions, or alternatives are stated.

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

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/yanjingzhaisun/cozyvtt-mcp'

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