Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ROLLI_USER_IDNoUser ID sent with API requests.rolli-mcp
ROLLI_API_TOKENYesYour API token from rolli.ai.
ROLLI_MAX_POLL_MSNoMax time (ms) to wait before search timeout (default: 10 min).600000
ROLLI_POLL_INTERVAL_MSNoPolling interval (ms) when waiting for search results.5000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_keyword_searchesB

List all keyword searches. Returns a paginated list filtered by status.

keyword_searchB

Create a keyword/hashtag search across social media platforms (X, Reddit, Bluesky, YouTube, LinkedIn, Facebook, Instagram, Weibo). Polls until the search is complete and returns the full results.

get_keyword_searchC

Get results for a keyword search by ID. Returns search status, analytics summary, and posts.

list_user_searchesB

List all user searches. Returns a paginated list filtered by status.

user_searchB

Create a user profile search on a social media platform. Polls until the search is complete and returns the full results.

get_user_searchB

Get results for a user search by ID. Returns profile info, metrics, and content analysis.

get_topic_treeB

Get the conversation topic tree for a keyword search. Shows how topics and subtopics are distributed across the search results.

get_keyword_search_postsC

Get raw posts from a keyword search. Returns the actual social media posts matching the search query.

get_user_search_postsC

Get raw posts from a user search. Returns the actual social media posts from the searched user profile.

get_integration_setupB

Get the current integration settings (webhook return URL and integration name).

update_integration_setupC

Update integration configuration. Set the webhook URL that receives notifications when a search completes.

get_usageC

Get API usage data. Returns search counts and per-user breakdowns. Optionally filter by month.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/rolliinc/rolli-mcp'

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