x_account
ActiveTool of SimpleFunctions
declared in 1.0.0
Advanced: Recent posts from a specific X/Twitter account.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"username",
"apiKey"
],
"properties": {
"hours": {
"type": "number",
"default": 24,
"description": "Hours to look back (default 24)"
},
"limit": {
"type": "number",
"default": 20,
"description": "Max posts (default 20)"
},
"apiKey": {
"type": "string",
"description": "SimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys"
},
"username": {
"type": "string",
"description": "X/Twitter username (without @)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries