Skip to main content
Glama

Twitter MCP Server

getBlockedUsers

Retrieve a paginated list of blocked users on Twitter, including user details like name, profile image, and public metrics, with options to customize response fields and limit results.

Instructions

Retrieve a paginated list of users you have blocked

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of blocked users to return (default: 100, max: 1000)
paginationTokenNoPagination token for retrieving next page of results
userFieldsNoUser fields to include in the response

Input Schema (JSON Schema)

{ "properties": { "maxResults": { "description": "Maximum number of blocked users to return (default: 100, max: 1000)", "maximum": 1000, "minimum": 1, "type": "number" }, "paginationToken": { "description": "Pagination token for retrieving next page of results", "type": "string" }, "userFields": { "description": "User fields to include in the response", "items": { "enum": [ "id", "name", "username", "description", "profile_image_url", "public_metrics", "verified", "location", "url" ], "type": "string" }, "type": "array" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-twitter-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server