Bluesky MCP Server

by brianellin
Verified

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" }
ID: 8paka7dsoe