Skip to main content
Glama

bluesky_search

Search public Bluesky posts by keyword, author, mentions, hashtags, or language. Filter results by date, sort by top or latest. Returns post details including text, author, and engagement counts.

Instructions

Search public Bluesky posts by keyword, author, mentions, tag, or language via app.bsky.feed.searchPosts. FREE. Now requires Bluesky auth (handle + app password) because the AppView gates this endpoint. Returns: { posts: [{ uri, cid, author, text, created_at, like_count, repost_count }], cursor? }. Common errors: missing credentials (VALIDATION_ERROR), AppView 5xx (PLATFORM_ERROR).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesLucene-style search query. Examples: 'claude code', '"MCP server"', 'content publishing'.
limitNoMax posts to return (default 25, max 100).
cursorNo
sortNo'latest' (default) for freshness, 'top' for engagement.
sinceNoISO date or datetime — only posts after this time.
mentionsNoFilter to posts that mention this handle.
authorNoFilter to posts by this handle.
langNoBCP-47 language code (e.g. 'en').
tagNoFilter to posts with ALL of these hashtags (no # prefix).
Behavior5/5

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

Without annotations, the description fully discloses the return format (posts array with fields), the need for authentication, the fact it's free, and common error types. This provides complete behavioral transparency for the agent.

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?

The description is three concise sentences: purpose, auth requirement, return format and errors. It is front-loaded with the main action and avoids any fluff.

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

Completeness5/5

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

Given 9 parameters and no output schema, the description covers the return structure, auth requirements, and common errors. It explains the key aspects needed for the agent to invoke the tool correctly, including the default for sort and the need for no hashtag prefix on tags (though tag detail is in schema). It feels complete.

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

Parameters4/5

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

Schema coverage is high (89%), so baseline is 3. The description adds value by clarifying the query format (Lucene-style, with examples) and explaining the sort enum meanings ('latest' for freshness, 'top' for engagement). This goes beyond the schema's minimal descriptions.

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 clearly states the tool searches public Bluesky posts with filters by keyword, author, mentions, tag, or language, using the specific endpoint. This differentiates it from sibling tools like bluesky_mentions (which may focus on mentions only) and bluesky_post (which creates posts).

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 mentions that authentication is now required (handle + app password) and lists common errors (VALIDATION_ERROR, PLATFORM_ERROR), guiding the user on prerequisites and error handling. However, it does not explicitly contrast this tool with alternatives like bluesky_mentions for mention-specific searches, leaving some ambiguity for the AI agent.

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

Install Server

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/MendleM/pipepost'

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