Skip to main content
Glama

list_subscriptions

Read-only

Retrieve recent subscriptions to summarize active plans. Specify the number of subscriptions to return (up to 100).

Instructions

Lists recent subscriptions. Useful for summarizing active plans.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitYesNumber of subscriptions to return (max 100).
Behavior3/5

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

The readOnlyHint annotation already indicates this is a safe read operation. The description adds the word 'recent' implying ordering, but lacks details on pagination or what 'recent' means exactly. No destructive behavior disclosed, but annotations already cover the safety profile.

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?

Two concise sentences, front-loaded with purpose followed by usage hint. No wasted words.

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?

The tool is simple with one parameter, and the description is adequate for its simplicity. However, the description does not mention return format or ordering details, which could be helpful. Lacks output schema, but that is not required.

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% and the schema already describes the 'limit' parameter with default and max. The description does not add any additional meaning beyond the schema, so baseline score of 3 is appropriate.

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?

Name and description clearly state it lists subscriptions. 'Lists recent subscriptions' is a specific verb+resource, and it distinguishes from the sibling 'get_subscription' which retrieves a single one.

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?

'Useful for summarizing active plans' gives clear context for when to use this tool, but it does not explicitly mention when not to use it or compare with alternative tools like 'get_subscription'.

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/vineethkrishnan/mcp-pool'

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