AI & Machine Learning
agentplaybooks.ai
Manages AI playbooks, including personas, skills, memory, and connected MCP servers.
ENDPOINT 1
https://agentplaybooks.ai/api/mcp/manage
MCP server metadata
- Name
- agentplaybooks-management
- Version
- 1.0.0
Manage the authenticated user's AgentPlaybooks, skills, MCP servers, and memory. Use an AgentPlaybooks user API key as a Bearer token.
Known tools 49
list_playbooksList playbooks owned by or shared with the authenticated user, including access role and content counts.
Inferred read-onlycreate_playbookCreate a new playbook container for a singleton persona, skills, and memory.
Potential side effectsget_playbookGet a playbook with its singleton persona, skills, connected MCP servers, and memory.
Inferred read-onlydelete_playbookPermanently delete a playbook and all of its contents (persona, skills, memory, API keys, canvas, and secrets).
Potential side effectsupdate_personaUpdate the singleton persona's name, system prompt, or metadata without resetting to defaults.
Potential side effectsdelete_personaReset the playbook's singleton persona to the default Assistant name and system prompt.
Inferred read-onlyfind_toolsSearch 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).
Inferred read-onlylist_skillsList every skill currently attached to this playbook, returning id, name, description, content, licence, and priority ordered by priority descending.
Inferred read-onlyget_skillReturn the full definition of one skill in this playbook, including name, description, content, priority, and attachments.
Inferred read-onlyread_memoryRead one memory entry by key and return its value, tags, tier, summary, and metadata.
Inferred read-onlyconsolidate_memoriesConsolidate related memories under a new parent memory with a summary.
Inferred read-onlypromote_memoryPromote a memory to a higher tier or boost its priority for active use.
Inferred read-onlyget_memory_contextGet a context-optimized view of memories: full working memory, summaries for contextual, and keys only for longterm.
Inferred read-onlyarchive_memoriesArchive memories from the working or contextual tier into longterm.
Inferred read-onlyget_memory_treeGet a hierarchical tree of memories showing parent-child relationships and per-node status.
Inferred read-onlycreate_task_graphCreate a hierarchical task plan in one call: a parent plan memory plus a child node per subtask.
Potential side effectslock_canvas_sectionLock a section for exclusive editing so other agents cannot modify it.
Potential side effectsunlock_canvas_sectionUnlock a previously locked canvas section so other agents can edit it.
Potential side effectsrollback_skillRollback a skill to a previous version recorded by list_skill_versions.
Inferred read-onlyupdate_playbookUpdate this playbook's name, description, visibility, tags, config, singleton persona fields, or always-on project instructions.
Potential side effectslist_mcp_serversList the MCP and OpenAPI servers connected to this playbook, including transport metadata and discovered capability counts.
Inferred read-onlycall_connected_toolCall a tool on one of this playbook's connected MCP or OpenAPI servers.
Inferred read-onlycreate_mcp_serverConnect an MCP or OpenAPI server to this playbook by storing its transport configuration.
Inferred read-onlyupdate_mcp_serverUpdate a connected MCP or OpenAPI server's stored name, description, tools, resources, or transport.
Potential side effectscreate_runCreate a workflow run so this playbook can be applied immediately with isolated context and canvas artifacts.
Potential side effectsdelete_runPermanently delete a workflow run and its isolated canvas artifacts.
Potential side effectsuse_secretSend a GET or HEAD request with a secret injected as a header, and return the response.
Potential side effectsuse_secret_writeSend a POST, PUT, PATCH or DELETE request with a secret injected as a header, and return the response.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentplaybooks.ai was fetched 2026-09-04T01:29:44.892Z.
agentplaybooks.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.