Skip to main content
Glama

DollhouseMCP

Official
by DollhouseMCP

render_template

Render dynamic HTML or text content by processing a specified template with given variables, enabling flexible customization for dynamic AI persona management within 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/mcp-server'

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