Skip to main content
Glama

DollhouseMCP

by DollhouseMCP

execute_agent

Activate and execute an AI agent with a defined goal to achieve specific tasks within the DollhouseMCP server, enabling dynamic persona management and goal-oriented actions.

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

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