Skip to main content
Glama
hermoso-ai

Hermoso

Official

Read likes, reposts, replies and quotes on your Bluesky posts

bluesky_post_metrics
Read-only

Retrieve live engagement metrics for Bluesky posts—likes, reposts, replies, quotes, bookmarks—via AT-URI. Missing posts are reported as MISSING, not zero.

Instructions

Read live engagement for up to 25 of the connected account’s Bluesky posts — likes, reposts, replies, quotes and bookmarks. Address a post by its AT-URI (the at://… value post_to_bluesky returns), not its web URL. Bluesky publishes NO impression or view count in any AT Protocol lexicon, so these are COUNTS with no denominator and no engagement rate can be computed from them — do not present one. A uri Bluesky returns nothing for is reported as MISSING (deleted, or not on the connected account), never as zero engagement. Read-only, 0 credits. Needs Bluesky connected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urisYesAT-URIs of the posts, at most 25 (Bluesky’s own maximum for one call)
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the read-only nature is covered. The description adds significant value by disclosing that missing posts are reported as MISSING (not zero), that no impression counts exist and therefore no engagement rate can be computed, and that it costs 0 credits. These are behavioral details an agent needs to interpret results correctly.

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 concise and every sentence adds unique information: what it reads, how to address posts, the impression caveat, the MISSING behavior, and the read-only/credits note. It is logically ordered and front-loaded with the core purpose.

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?

For a read-only metrics tool with one parameter and no output schema specified, the description covers all essential usage aspects: what metrics are returned, how to identify posts, edge-case handling for missing URIs, and prerequisites. An agent has everything needed to call it correctly and interpret results.

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 100% and the parameter 'uris' is described in the schema as AT-URIs at most 25. The description adds extra meaning by specifying that these are the `at://…` values returned by post_to_bluesky, not web URLs, and confirms the 25 limit. This goes beyond the schema's basic description.

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 states a specific verb ('Read') and resource ('live engagement for up to 25 of the connected account’s Bluesky posts') and lists exact metrics (likes, reposts, replies, quotes, bookmarks). It is immediately distinguishable from sibling tools like list_bluesky_posts (which lists posts) and post_to_bluesky (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?

It clearly explains how to invoke the tool (address posts by AT-URI, not web URL) and sets expectations about what is returned (counts without impressions). It also notes the prerequisite 'Needs Bluesky connected.' It does not explicitly compare to alternative metrics tools, but the domain is clear enough that an agent can infer when this is appropriate.

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/hermoso-ai/hermoso'

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