create_runbook
Create and manage runbooks to automate workflows, enabling execution across MCP servers directly from Claude Desktop.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | ||
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"content": {
"title": "Content",
"type": "string"
},
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name",
"content"
],
"title": "create_runbookArguments",
"type": "object"
}