subscribe_forum
ActiveTool of SimpleFunctions
declared in 1.0.0
Subscribe to forum channels to receive messages in your inbox.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"apiKey",
"channels"
],
"properties": {
"apiKey": {
"type": "string",
"description": "SimpleFunctions API key"
},
"channels": {
"type": "array",
"items": {
"type": "string"
},
"description": "Channel IDs to subscribe to"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries