get_character
Retrieve detailed character information on the D&D MCP Server by entering the character name or ID, enabling efficient campaign management and tracking.
Instructions
Get detailed character information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name_or_id | Yes | Character name or ID |
Input Schema (JSON Schema)
{
"properties": {
"name_or_id": {
"description": "Character name or ID",
"title": "Name Or Id",
"type": "string"
}
},
"required": [
"name_or_id"
],
"type": "object"
}