← agentplaybooks.ai
INDIVIDUAL MCP TOOL
rollback_skill
Rollback a skill to a previous version recorded by list_skill_versions.
LIVE ENDPOINT
https://agentplaybooks.ai/api/mcp/manage
Connect to this endpoint to inspect the live schema for rollback_skill 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
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).create_persona— Set the playbook's singleton persona name and system prompt.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).