Skip to main content

Expire Short Term

Snapshot Catalog Entry

This page is generated from broker tools/list snapshot data.

POSTqdrant.qdrant-expire-short-term

Expire short-term memories by expires_at_ts.

Request Body

{
"jsonrpc": "2.0",
"id": "qdrant-qdrant-expire-short-term-example",
"method": "tools/call",
"params": {
"name": "qdrant.qdrant-expire-short-term",
"arguments": {
"batch_size": 1,
"max_points": "",
"archive_collection": "",
"dry_run": false,
"confirm": false
}
}
}

Arguments Schema

{
"properties": {
"batch_size": {
"type": "integer"
},
"max_points": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"archive_collection": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"dry_run": {
"type": "boolean"
},
"confirm": {
"type": "boolean"
}
},
"type": "object"
}

Code Examples

curl -X POST 'https://madpanda3d.com/lab/mad-mcps/portal/api/mcp' \
-H 'Authorization: Bearer mad_live_***' \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": "qdrant-qdrant-expire-short-term-example",
"method": "tools/call",
"params": {
"name": "qdrant.qdrant-expire-short-term",
"arguments": {
"batch_size": 1,
"max_points": "",
"archive_collection": "",
"dry_run": false,
"confirm": false
}
}
}'

Example Responses

{
"ok": true,
"message": "Tool qdrant.qdrant-expire-short-term executed successfully.",
"note": "Response shape varies by MCP tool. Inspect live responses for exact fields."
}