get_follows
ActiveTool of uluesky
declared in 0.1.0
Get accounts a Bluesky user follows by handle. Returns followed profiles with handles, display names, bios, and descriptions.
Parameters schema
{
"type": "object",
"examples": [
{
"handle": "alice.bsky.social"
},
{
"limit": 75,
"handle": "jack.bsky.social"
}
],
"required": [
"handle"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of follows (1-100, default 50)"
},
"handle": {
"type": "string",
"description": "Bluesky handle"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
uluesky
https://github.com/pipeworx-io/mcp-bluesky
1/7 registries