run_skill
ActiveTool of SimpleFunctions
declared in 1.0.0
Get a skill by ID or trigger to run it. Returns the skill prompt and metadata.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"apiKey",
"skillId"
],
"properties": {
"apiKey": {
"type": "string",
"description": "SimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys"
},
"skillId": {
"type": "string",
"description": "Skill ID (UUID) to retrieve"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries