Skip to main content
Glama
pepabo

Color Me Shop

Official

createPaymentUrls

Destructive

Generates a payment URL for an unpaid order identified by sale_id. Provide the URL to the customer to complete payment; the URL expires after 72 hours.

Instructions

未入金の受注に対して顧客が決済を完了するための URL を発行します。sale_id で対象受注を特定し、発行された URL を顧客に案内することで再決済フローを提供できます。URL の有効期限は発行時刻から 72 時間(3 日間)で、期限切れ後は再度 createPaymentUrls で発行し直してください。発行できないケース: 入金済みの受注、キャンセル済みの受注、本機能に対応していない決済方法の受注。受注の詳細確認は getSale、受注一覧は getSales、受注への通知メール送信は sendSalesMail を使用。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sale_idYes
Behavior4/5

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

Discloses URL expiration of 72 hours and reissuance requirement. Covers disallowed conditions. However, annotations include destructiveHint: true but description does not address destructive behavior beyond 'issuing URLs', leaving a slight ambiguity. Overall, good behavioral context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is well-structured with front-loaded purpose, followed by expiration, disallowed cases, and alternative tools. Efficient without unnecessary words, though could be slightly shorter.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter tool with no output schema and given annotations, the description covers all necessary aspects: purpose, usage, constraints, expiration, and alternatives. It is self-contained and addresses likely agent questions.

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?

Only parameter sale_id is described as identifying the target order, but no additional details on format or constraints beyond what schema provides (integer range). Schema description coverage is 0%, so description compensates minimally.

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 creates payment URLs for unpaid orders, using sale_id to identify the order. It distinguishes from sibling tools like getSale, getSales, and sendSalesMail by specifying their alternative purposes.

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

Usage Guidelines5/5

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

Explicitly states when to use (unpaid orders), provides conditions under which issuance is not possible (paid, cancelled, unsupported payment methods), and mentions reissuance after expiration. Also names alternative tools for related tasks.

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/pepabo/colormeshop-mcp'

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