← agentplaybooks.ai

INDIVIDUAL MCP TOOL

create_persona

Set the playbook's singleton persona name and system prompt.

agentplaybooks.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://agentplaybooks.ai/api/mcp/manage

No auth detected

Connect to this endpoint to inspect the live schema for create_persona and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

agentplaybooks.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentplaybooks-management]
url = "https://agentplaybooks.ai/api/mcp/manage"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentplaybooks-management": {
      "type": "http",
      "url": "https://agentplaybooks.ai/api/mcp/manage"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentplaybooks-management
Remote MCP URL: https://agentplaybooks.ai/api/mcp/manage

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentplaybooks-management": {
      "url": "https://agentplaybooks.ai/api/mcp/manage"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentplaybooks-management": {
      "type": "http",
      "url": "https://agentplaybooks.ai/api/mcp/manage"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentplaybooks-management",
  "transport": "streamable-http",
  "url": "https://agentplaybooks.ai/api/mcp/manage"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_playbooks — List playbooks owned by or shared with the authenticated user, including access role and content counts.
  • create_playbook — Create a new playbook container for a singleton persona, skills, and memory.
  • get_playbook — Get a playbook with its singleton persona, skills, connected MCP servers, and memory.
  • delete_playbook — Permanently delete a playbook and all of its contents (persona, skills, memory, API keys, canvas, and secrets).
  • update_persona — Update the singleton persona's name, system prompt, or metadata without resetting to defaults.
  • delete_persona — Reset the playbook's singleton persona to the default Assistant name and system prompt.
  • find_tools — Search this playbook's complete tool catalog by keyword: the built-in playbook tools (memory, skills, canvas, workflow runs, secrets) and every connected server's federated tools (names like supabase__execute_sql or cloudflare__search).
  • list_skills — List every skill currently attached to this playbook, returning id, name, description, content, licence, and priority ordered by priority descending.