playbook
Playbook
Prozeduren als JSON. Durchsuche sie nach Absicht, gehe Titel durch, lade jeweils ein do nach dem anderen.
Playbook ist ein kleiner CLI- und MCP-Server, damit ein Agent (oder du) Anleitungen schreiben, finden und befolgen kann, ohne das gesamte Playbook in den Kontext zu laden. CLI-Verben bleiben getrennt. MCP komprimiert verwandte Verben in weniger Werkzeuge. Alles ist JSON.
Python 3.10+, nur Standardbibliothek zur Laufzeit.
Installation
pip install -e .
playbook searchPyPI ist noch nicht veröffentlicht.
Related MCP server: servicenow-platform-mcp
Wo Dateien liegen
Eine JSON-Datei pro Prozedur, im Plattform-Datenverzeichnis:
Betriebssystem | Verzeichnis |
Linux |
|
macOS |
|
Windows |
|
Beachte XDG_DATA_HOME / APPDATA / LOCALAPPDATA. Befehle nehmen eine Prozedur-id, keinen Pfad.
Form
{
"id": "follow-playbook",
"title": "Follow a playbook procedure",
"description": "When to pick this file. Can be verbose.",
"tags": ["playbook", "follow"],
"steps": [
{
"id": "a1b2c3…",
"title": "Search by intent",
"do": "Call playbook_search with a sentence for the job."
}
]
}title — kurzer Name auf Suchkarten
description — wann diese Prozedur gewählt werden soll
steps — seriell. Eindeutige Titel. Zufällige Schritt-IDs.
doist die Arbeit.
CLI
Jeder Befehl gibt JSON aus (einschließlich Fehlern).
playbook create demo --title "Demo" --description "when to pick this" --tags demo
playbook add-step demo --title "First" --do "Do the first thing."
playbook add-step demo --title "Middle" --do "Do the middle." --after "First"
playbook edit demo --title "Better title"
playbook search "I want to follow a procedure"
playbook load demo
playbook load demo --full
playbook start demo --title "First"
playbook validate demo
playbook mcpsearch ist BM25 plus Zeichen-n-Gramme. Treffer sind nur id, title, description (Standard 8, Maximum 50). Schwache Übereinstimmungen werden verworfen.
load ist nur Titel. --full enthält jedes do. start ist ein do plus before / after-Titel.
MCP (Grok)
grok mcp add --scope user playbook -- playbook mcpVerwende einen absoluten Pfad zu playbook, wenn der gestartete Prozess dein Shell-PATH nicht hat. Dann /mcps und r, oder eine neue Sitzung.
Werkzeug | Rolle |
| Absichtssuche |
| Titel laden, |
| Neue Prozedur |
| Titel / Beschreibung / Tags |
|
|
| Validieren |
Tests
pip install -e .
python -m pytest tests/ -qLizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityNot gradedmaintenanceEnables AI agents to execute server-side JavaScript and perform CRUD operations directly on ServiceNow instances with context bloat reduction features for efficient token usage.31
- AlicenseAqualityAmaintenanceEnables AI agents to interact with ServiceNow through MCP, providing schema inspection, record CRUD, attachments, audit, Flow Designer, and platform investigations with policy-guarded access.142MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to create, share, discover, and execute reusable multi-step workflow templates.MIT
- AlicenseAqualityAmaintenanceEnables AI agents to execute multi-step Standard Operating Procedures step by step, with enforcement of completion at each step, making LLM behavior predictable and auditable.53Apache 2.0
Related MCP Connectors
Build and run visual creative-production workflows from your AI agent.
Debug, build, and manage Power Automate cloud flows with AI agents
JSON/YAML, regex, diff, JWT, SQL dialects — the keyless millisecond ops an agent needs mid-task.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/benteigland11/Playbook'
If you have feedback or need assistance with the MCP directory API, please join our Discord server