Skip to main content
Glama
thenavidm

bluesky-mcp

by thenavidm

Search custom feeds

search_feeds
Read-onlyIdempotent

Find custom Bluesky feeds by keyword, such as science or book club. Get feed URIs to read them via get_feed, no credentials required.

Instructions

Find custom feeds, meaning the algorithmic feeds anyone on Bluesky can publish. Pass a feed's URI to get_feed to read it. Works without credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesWhat the feed is about, e.g. 'science' or 'book club'.
limitNoHow many. Default 10.
accountNoWhich connected account to act as, by handle (for example 'alice.bsky.social' or just 'alice'). Defaults to the first connected account. Call list_accounts to see them.
Install Server

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already cover readOnly, openWorld, idempotent, and non-destructive behavior. The description adds that it works without credentials, which is useful authentication context beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences each earn their place: definition, usage direction, and authentication note. No filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only search tool with rich annotations and full schema coverage, the description is complete. It even explains the follow-up action with get_feed, which an agent needs to fully use the result. The lack of an output schema is partially mitigated by the URI hint.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema fully documents q, limit, and account. The description adds no parameter-specific details but implies that results contain feed URIs for use with get_feed; baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description defines the verb 'Find' with a specific resource 'custom feeds' and clarifies that these are algorithmic feeds published on Bluesky. It also contrasts with get_feed, making the tool's purpose distinct from siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context: search for feeds, then pass a feed's URI to get_feed. It implicitly distinguishes from get_feed and search_posts, though it doesn't explicitly state when not to use it or list alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

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/thenavidm/bluesky-mcp-cli'

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