Skip to main content
Glama
iaptic

Iaptic MCP Server

Official
by iaptic

customer_subscription

Retrieve a customer's current subscription status, including expiry, payment, and trial details. Provides a streamlined option for subscription-focused apps.

Instructions

Get customer's subscription status.

  • Returns active subscription details if any

  • Includes:

    • Subscription status and expiry

    • Payment and renewal information

    • Trial/introductory period status

  • Simpler alternative to customer_get for subscription-only apps

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
customerIdYesApplication username of the customer
Behavior3/5

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

No annotations exist, so description must cover behavior. It states it returns active subscription details if any, implies read-only nature, but does not disclose edge cases like missing customer or authentication needs. Adequate for a simple read operation.

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?

Extremely concise with a single introductory sentence and a bullet list of included items, front-loaded and free of unnecessary words.

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?

Despite no output schema and simple parameter set, the description lists key return categories (status, expiry, payment, trial). Lacks exact field names but sufficient for selection. Minor gap in lack of explicit 'no subscription' handling.

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 covers 100% of the single parameter with a clear description. The tool description does not add new meaning beyond schema, meeting baseline expectation.

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 retrieves subscription status, lists included details, and differentiates from sibling 'customer_get' by being a simpler alternative for subscription-only apps.

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?

Explicitly mentions it is a 'simpler alternative to customer_get for subscription-only apps', providing clear context for when to use this tool over siblings, though no explicit 'when not to use' is given.

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

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