Skip to main content
Glama

DollhouseMCP

by DollhouseMCP

render_template

Generate dynamic template elements by inserting specific variables, enabling customized output for AI persona management in DollhouseMCP.

Instructions

Render a template element with provided variables

Input Schema

NameRequiredDescriptionDefault
nameYesThe template name to render
variablesYesVariables to use in the template

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "The template name to render", "type": "string" }, "variables": { "additionalProperties": true, "description": "Variables to use in the template", "type": "object" } }, "required": [ "name", "variables" ], "type": "object" }

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/DollhouseMCP/DollhouseMCP'

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