list_intents
ActiveTool of SimpleFunctions
declared in 1.0.0
List execution intents — pending, armed, triggered, executing, partial, filled, expired, cancelled, rejected. Shows the full execution pipeline status.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"apiKey"
],
"properties": {
"apiKey": {
"type": "string",
"description": "SimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys"
},
"status": {
"type": "string",
"description": "Filter: pending, armed, triggered, executing, partial, filled, expired, cancelled, rejected"
},
"activeOnly": {
"type": "boolean",
"default": true,
"description": "Only show active intents (default true)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries