cancel_intent
ActiveTool of SimpleFunctions
declared in 1.0.0
Cancel an active intent. Stops trigger evaluation and prevents execution.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"apiKey",
"intentId"
],
"properties": {
"apiKey": {
"type": "string",
"description": "SimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys"
},
"intentId": {
"type": "string",
"description": "Intent ID to cancel"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries