Skip to main content
Glama

Terminal.shop MCP Server

by pashaydev

create-subscription

Create recurring subscriptions for products on Terminal.shop by specifying product variant, quantity, address, payment card, and delivery schedule.

Input Schema

NameRequiredDescriptionDefault
addressIDYes
cardIDYes
productVariantIDYes
quantityYes
scheduleYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "addressID": { "type": "string" }, "cardID": { "type": "string" }, "productVariantID": { "type": "string" }, "quantity": { "exclusiveMinimum": 0, "type": "integer" }, "schedule": { "additionalProperties": false, "properties": { "interval": { "exclusiveMinimum": 0, "type": "integer" }, "type": { "enum": [ "fixed", "weekly" ], "type": "string" } }, "required": [ "type" ], "type": "object" } }, "required": [ "productVariantID", "quantity", "addressID", "cardID", "schedule" ], "type": "object" }

Other Tools from Terminal.shop MCP Server

Related Tools

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/pashaydev/terminal.shop.mcp'

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