Skip to main content
Glama

List your pinned feeds

get_pinned_feeds
Read-onlyIdempotent

Retrieve the feeds and lists pinned to a connected account's home screen, preserving order. Pass returned URIs to get_feed or get_list_posts for content.

Instructions

The feeds and lists pinned to a connected account's home screen, in order. Pass any of the returned URIs to get_feed or get_list_posts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so safety is covered. The description adds useful context about ordering and that the output contains URIs consumable by other tools, but it does not go beyond that. This meets the baseline without adding significant behavioral depth.

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 two sentences with no filler. It front-loads the core behavior and immediately provides actionable follow-up usage. Every sentence earns its place.

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 simple read-only tool with one optional parameter and no output schema, the description explains what is returned (pinned feeds and lists, in order) and how the results should be used. It does not describe the exact response shape, but the absence of an output schema is partially mitigated by the clear behavioral description.

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 coverage is 100%, so the account parameter is fully documented in the schema, including its default behavior and relation to list_accounts. The description does not add extra parameter-level detail, which is acceptable given the high schema coverage.

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 and resource: it lists the feeds and lists pinned to a connected account's home screen, in order. This clearly distinguishes it from related siblings like get_feed and get_list_posts by focusing on enumeration rather than post retrieval.

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 clearly conveys when this tool is useful: to see pinned feeds/lists for an account. It also gives practical follow-up guidance by telling the agent to pass returned URIs to get_feed or get_list_posts. It does not explicitly state when not to use alternatives, but the context is clear enough.

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

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