twitter-read
ActiveTool of Superpowers.social
declared in 0.0.1
Read a single tweet by URL or ID.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"tweet"
],
"properties": {
"tweet": {
"type": "string",
"description": "Tweet URL or tweet ID"
},
"text_only": {
"type": "boolean",
"default": false,
"description": "If true, return only id and text to save tokens."
}
}
}Parent server
Superpowers.social
https://github.com/pkobielak/social-superpowers-mcp
1/7 registries