Skip to main content
Glama

create_product

Add a product to your Paystack integration with name, description, price, currency, and stock options.

Instructions

Create a new product on your Paystack integration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the product
priceYesThe price of the product. Price should be in the subunit of the supported currency
currencyYesThe currency of the product
quantityNoNumber of products in stock. This is required if unlimited is false.
unlimitedNoWhether the product has an unlimited quantity. Set to true if the product has unlimited stock. Leave as false if the product has limited stock
descriptionYesThe description of the product
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It only restates the creation action, omitting any details about side effects, authentication requirements, idempotency, or response behavior, which is insufficient for a mutation tool.

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 a single sentence that is immediately clear and without extraneous words. It is appropriately sized for a straightforward creation tool, though it could be longer to cover behavior.

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

Completeness2/5

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

Despite the rich schema, the description is too sparse for a tool with 6 parameters and no output schema. It does not mention what the response contains, whether the product is active immediately, or any constraints like uniqueness. This leaves significant gaps for the agent.

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?

The input schema has 100% coverage, with each parameter having a description (e.g., price is in subunit, quantity required if unlimited is false). The description adds no additional parameter information, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Create') and the resource ('a new product on your Paystack integration'), distinguishing it from sibling tools like list_products or update_product. It could be more specific about what a 'product' entails, but it is unambiguous.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives, such as create_customer or update_product. The intended usage is implied by the verb, but there is no explicit context, prerequisites, or exclusions.

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/kohasummons/paystack-mcp'

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