Tools
my_tool (routed)
Describe what this tool does.
| Parameter | Type | Required | Description |
|---|---|---|---|
| action | string | yes | add / list / delete |
| content | string | Item content (action=add) | |
| item_id | integer | Item ID (action=delete) |
Capability Context
addcreates a persistent item and returns its ID.listis read-only.deleteremoves the selected item.