Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

bluesky_post_reposted_by

Identify Bluesky users who reposted a specific post. Use the post's at:// URI to retrieve public repost actors with pagination support for large result sets.

Instructions

List actors who reposted a Bluesky post. Returns public actors who reposted a post, with an optional cursor for pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uriYesThe post's at:// URI
limitNoPage size, 1-100
cursorNoPagination cursor

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It usefully states that the returned actors are public and that pagination is supported via cursor, but it does not mention authentication needs, rate limits, or response structure. It adds some transparency without being comprehensive.

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

Conciseness4/5

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

The description is brief and front-loaded with the primary purpose. The second sentence repeats 'reposted a post' and adds only the pagination detail, making it slightly redundant but not bloated.

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

Completeness3/5

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

This is a simple one-required-parameter tool with well-documented parameters, but there is no output schema and no description of the returned actor fields or pagination shape. The description is adequate for basic invocation but leaves material gaps for an agent handling the response.

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?

The input schema already documents all three parameters at 100% coverage, so the baseline applies. The description's mention of an optional pagination cursor adds no meaning beyond what the schema's 'Pagination cursor' description already provides.

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

Purpose4/5

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

The description clearly states the action and resource: listing actors who reposted a Bluesky post. It is specific enough to distinguish the tool from siblings like bluesky_post_likes and bluesky_post_quotes by the core action, though it never names or references those alternatives explicitly.

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

Usage Guidelines2/5

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

The description provides no guidance on when to choose this tool over alternatives, no exclusions, and no prerequisites. The use case is only implied by the tool name and basic purpose.

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

Deploy Server

Other Tools