Stripe Subscription API — Subscription Items
Stripe Subscription API — Subscription Items. 7 operations. Lead operation: Subscription Items. Self-contained Naftiko capability covering one Stripe business surface.
What You Can Do
Returns a list of your subscription items for a given subscription.
Adds a new item to an existing subscription. No existing items will be changed or replaced.
Deletes an item from the subscription. Removing a subscription item from a subscription will not cancel the subscription.
Retrieves the subscription item with the given ID.
Updates the plan or quantity of an item on a current subscription.
For the specified subscription item, returns a list of summary objects. Each object in the list provides usage information that’s been summarized from multiple usage records and over a subscription billing period (e.g., 15 usage records
Creates a usage record for a specified subscription item and date, and fills it with a quantity.
MCP Tools
p-returns-list-your-subscription-items
Returns a list of your subscription items for a given subscription.
p-adds-new-item-existing-subscription
Adds a new item to an existing subscription. No existing items will be changed or replaced.
p-deletes-item-subscription-removing-subscription
Deletes an item from the subscription. Removing a subscription item from a subscription will not cancel the subscription.
p-retrieves-subscription-item-given-id
Retrieves the subscription item with the given ID.
p-updates-plan-quantity-item-current
Updates the plan or quantity of an item on a current subscription.
p-for-specified-subscription-item-returns
For the specified subscription item, returns a list of summary objects. Each object in the list provides usage information that’s been summarized from multiple usage records and over a subscription billing period (e.g., 15 usage records
p-creates-usage-record-specified-subscription
Creates a usage record for a specified subscription item and date, and fills it with a quantity.