Skip to main content
Glama

Beyond MCP Server

search-bulk-channels

Search for multiple channels simultaneously on social platforms like Farcaster, with options for query limits and pagination, enabling efficient data retrieval.

Instructions

Search for multiple channels on a social platform in parallel

Input Schema

NameRequiredDescriptionDefault
cursorNoCursor for pagination
limitNoMaximum number of results to return per query
platformYesThe platform to search on (e.g., 'farcaster')
queriesYesArray of search queries

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cursor": { "description": "Cursor for pagination", "type": "string" }, "limit": { "description": "Maximum number of results to return per query", "type": "number" }, "platform": { "description": "The platform to search on (e.g., 'farcaster')", "type": "string" }, "queries": { "description": "Array of search queries", "items": { "type": "string" }, "type": "array" } }, "required": [ "platform", "queries" ], "type": "object" }

Other Tools from Beyond MCP Server

Related Tools

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/Beyond-Network-AI/beyond-mcp-server'

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