Skip to main content
Glama

get_subscriptions

Retrieve a complete list of your Feedbin feed subscriptions with details like title, feed URL, and site URL.

Instructions

List all feed subscriptions in the Feedbin account.

Returns a list of subscriptions, each with:

  • id: subscription id

  • feed_id: the associated feed id

  • title: feed title

  • feed_url: the RSS/Atom feed URL

  • site_url: the website URL

  • created_at: when the subscription was added

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It correctly indicates a read operation but omits details like authentication requirements, rate limits, or any potential side effects. The lack of explicit safety labeling is a gap.

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

Conciseness3/5

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

The description is front-loaded with purpose but includes a detailed list of return fields, which is redundant given the presence of an output schema. This reduces conciseness, though it is still reasonably structured.

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 0-parameter tool, the description covers the main purpose and return structure adequately. It does not address potential details like pagination or default limits, but these are minor for such a straightforward operation.

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?

The input schema has zero parameters, and the description does not add parameter-specific information beyond the schema. Per guidelines, 0 parameters yields a baseline of 4.

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 lists all feed subscriptions, with a specific verb ('List') and resource ('subscriptions'). It is distinct from sibling tools like get_entries or get_feed.

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

Usage Guidelines3/5

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

The description implies usage for reading subscriptions but provides no explicit guidance on when to use this tool versus alternatives (e.g., get_entries for entries), nor any prerequisites or exclusions.

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/hypermoose/FeedbinMCP'

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