Skip to main content
Glama

list_subscriptions

Retrieve and filter subscription data from Rebillia MCP Server by status, customer, date range, or other parameters to manage billing operations.

Instructions

List subscriptions. GET /subscriptions. Optional: include, query, orderBy, sortBy, filterId, status (exact status), customerId (customer id), companyGatewayId (subscription company gateway id), dateFrom/dateTo (createdAt range; dateFrom from 00:00:00, dateTo through 23:59:59; invalid dates are ignored), itemPerPage, pageNo. Examples: /v1/subscriptions?status=active ; /v1/subscriptions?customerId=123&companyGatewayId=8 ; /v1/subscriptions?dateFrom=2026-01-01&dateTo=2026-01-31 ; /v1/subscriptions?status=paused&customerId=123&dateFrom=2026-01-01&dateTo=2026-01-31.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeNoAttributes to include
queryNoSearch query
orderByNoSort column
sortByNoSort direction
filterIdNoFilter ID
statusNoFilter by exact subscription status
customerIdNoFilter by customer id
companyGatewayIdNoFilter by subscription company gateway id
dateFromNoFilter createdAt from this date (applies from 00:00:00); invalid dates are ignored
dateToNoFilter createdAt to this date (applies through 23:59:59); invalid dates are ignored
itemPerPageNoItems per page
pageNoNoPage number
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 of behavioral disclosure. It reveals this is a GET operation and mentions that invalid dates are ignored, which is useful. However, it doesn't describe pagination behavior (beyond listing parameters), rate limits, authentication requirements, or what happens when no filters are applied.

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 the core purpose but becomes a parameter dump with examples. While the examples are helpful, the listing of all optional parameters duplicates schema information. The structure could be more focused on high-level guidance rather than enumerating what's already documented elsewhere.

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?

For a list operation with 12 parameters and no output schema, the description provides reasonable context about filtering capabilities and includes helpful examples. However, it lacks information about response format, pagination behavior, and error handling. With no annotations and no output schema, more behavioral context would be beneficial.

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 description coverage is 100%, so the schema already documents all 12 parameters thoroughly. The description adds some value by grouping parameters and providing concrete examples with specific values, but doesn't significantly enhance understanding beyond what the schema provides. The baseline of 3 is appropriate given the comprehensive schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('List') and resource ('subscriptions'), making the purpose immediately understandable. However, it doesn't differentiate from sibling tools like 'get_subscription' (singular) or 'get_customer_subscriptions', which might be important context for an agent.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. With many sibling tools like 'get_customer_subscriptions' and 'get_subscription', there's no indication of when this general list tool is preferred over more specific ones, or what prerequisites might exist.

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/rhinosaas/rebillia-mcp-server'

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