Skip to main content
Glama

get_promotions_coupons

Read-onlyIdempotent

Retrieve all coupons associated with a specific promotion by providing its promotion ID. Use this to access coupon details for a given promotion.

Instructions

🟢 READ-ONLY · Promotions · GET /v2/promotions/{pid}/coupons

Get promotions coupons

Returns all coupons for the promotion specified by the provided promotion id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pidYesPromotion Id
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, covering safety. The description adds that it is a GET endpoint and returns all coupons, but lacks details like pagination, authentication, or rate limits. No contradiction with annotations.

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?

The description is extremely concise: a header line with method and path, a one-line title, and a single explanatory sentence. No wasted words, and key info is front-loaded.

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?

No output schema exists, but the description does not detail the response format or structure of coupons. For a simple read endpoint, this is a minor gap. Annotations cover safety, so it's adequate but not comprehensive.

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 coverage is 100% with one parameter (pid). Description mentions 'promotion id' but adds no meaning beyond the schema. With full schema coverage, baseline 3 is appropriate.

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 verb ('Get') and resource ('promotions coupons'), specifying it returns all coupons for a given promotion ID. This distinguishes it from siblings like get_promotion (single promotion) and create_coupon_promotion (not read).

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?

The description implies usage: when you need coupons for a specific promotion. It provides clear context but does not explicitly mention when not to use or name alternatives. The purpose is clear enough for an agent to decide.

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/ohneben/Learnworlds-MCP'

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