Skip to main content
Glama
hermoso-ai

Hermoso

Official

List Bluesky direct-message conversations

list_bluesky_convos
Read-only

List Bluesky DMs filtered by unread status, message requests, or direct/group type. Shows participants and unread counts, using a privileged app password with DM access.

Instructions

Read the connected Bluesky account’s DM conversations — who each one is with, how many messages are unread, and whether it is a REQUEST (someone the account does not follow, which Bluesky holds separately, the same idea as a message request). Free, no credits, no vendor approval: AT Protocol app passwords are not scoped. It DOES need a PRIVILEGED app password — one created with direct-message access ticked — and says so precisely if the saved one cannot chat, which is a property of the password and NOT a broken connection. Filters: readState "unread", status "request" or "accepted", kind "direct" or "group". An unknown filter value is refused by name, never silently dropped.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo
limitNohow many conversations, 1–100 (default 25)
cursorNowalk further back — pass the cursor from a previous call
statusNo"request" = from someone this account does not follow
readStateNoonly conversations with unread messages
Behavior4/5

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

Annotations already cover read-only and non-destructive hints. The description adds valuable behavioral detail: the need for a privileged app password, that errors for a chat-capable password are a password property not a connection issue, and that unknown filter values are refused by name rather than silently dropped. This goes beyond the annotations without contradicting them.

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 substantial but every sentence earns its place: purpose, return details, cost, password nuance, and filters. It's front-loaded with the primary function and then layers prerequisites and edge cases. It could be slightly tighter, but the complexity justifies the length and it remains scannable.

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?

Given there is no output schema, the description adequately covers what the tool returns (conversation participants, unread counts, request status) and explains the key prerequisite (privileged app password). It also addresses filter behavior and error semantics. Combined with the annotations, an agent has enough to call it correctly without missing critical details.

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?

With 80% schema description coverage, the schema documents most parameters. The description augments this by explaining the meaning of 'request' (someone not followed), the purpose of filters (readState, status, kind), and the error handling for unknown filter values. It adds context to the enum parameters that plain enum values wouldn't convey.

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 (reads) and resource (DM conversations) with the exact data returned: who each is with, unread count, and request status. It immediately distinguishes itself from siblings on other platforms (list_x_dms, list_meta_conversations) by naming Bluesky and the AT Protocol.

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 when to use the tool (to read DM conversations) and provides prerequisites (privileged app password), which is essential context. It does not explicitly say 'use this instead of X', but the platform-specific focus and filter descriptions remove ambiguity. It also states it's free and requires no vendor approval, which helps an agent decide.

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