Skip to main content
Glama

Beyond MCP Server

search-channels

Search for social platform channels using platform-specific queries. Input platform name, search term, and optional parameters like limit, cursor, and channel inclusion for targeted results.

Instructions

Search for channels on a social platform

Input Schema

NameRequiredDescriptionDefault
cursorNoCursor for pagination
includeChannelsNoWhether to include channel information in results
limitNoMaximum number of results to return
platformYesThe platform to search on (e.g., 'farcaster')
queryYesThe search query

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cursor": { "description": "Cursor for pagination", "type": "string" }, "includeChannels": { "description": "Whether to include channel information in results", "type": "boolean" }, "limit": { "description": "Maximum number of results to return", "type": "number" }, "platform": { "description": "The platform to search on (e.g., 'farcaster')", "type": "string" }, "query": { "description": "The search query", "type": "string" } }, "required": [ "platform", "query" ], "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