Skip to main content
Glama

Bluesky MCP Server

by brianellin

get-trends

Retrieve current trending and suggested topics on Bluesky using predefined limits and filters for efficient topic discovery and analysis.

Instructions

Get current trending topics on Bluesky

Input Schema

NameRequiredDescriptionDefault
includeSuggestedNoWhether to include suggested topics in addition to trending topics
limitNoNumber of trending topics to fetch (1-50)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeSuggested": { "default": false, "description": "Whether to include suggested topics in addition to trending topics", "type": "boolean" }, "limit": { "default": 10, "description": "Number of trending topics to fetch (1-50)", "maximum": 50, "minimum": 1, "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from Bluesky 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/brianellin/bsky-mcp-server'

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