image-delete
Remove specific images by ID or delete all images associated with a key on the MCP Index Notes server. Simplify image management and maintain organized data.
Instructions
Delete an image by id or all images by key.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | No | ||
key | No |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "number"
},
"key": {
"type": "string"
}
},
"type": "object"
}