notebooks
Create and manage Datadog notebooks for runbooks, incident documentation, investigation notes, and dashboards as code with list, get, create, update, and delete actions.
Instructions
Manage Datadog Notebooks. Actions: list (search notebooks), get (by ID with cells), create (new notebook), update (modify notebook), delete (remove notebook). Use for: runbooks, incident documentation, investigation notes, dashboards as code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| id | No | Notebook ID (required for get/update/delete actions) | |
| query | No | Search query for notebooks | |
| authorHandle | No | Filter by author handle (email) | |
| excludeAuthorHandle | No | Exclude notebooks by author handle | |
| includeCells | No | Include cell content in response (default: true for get) | |
| name | No | Notebook name (for create/update) | |
| cells | No | Notebook cells (for create/update) | |
| time | No | Time configuration for notebook | |
| status | No | Notebook status | |
| pageSize | No | Number of notebooks to return | |
| pageNumber | No | Page number for pagination |