Skip to main content
Glama

DollhouseMCP

Official
by DollhouseMCP

execute_agent

Activate a specific AI agent on DollhouseMCP to achieve a defined goal by executing the desired persona and task.

Instructions

Execute an agent element with a specific goal

Input Schema

NameRequiredDescriptionDefault
goalYesThe goal for the agent to achieve
nameYesThe agent name to execute

Input Schema (JSON Schema)

{ "properties": { "goal": { "description": "The goal for the agent to achieve", "type": "string" }, "name": { "description": "The agent name to execute", "type": "string" } }, "required": [ "name", "goal" ], "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