Skip to main content
Glama

MCP Art Supply Store

by wspotter

calculate_profit_margin

Calculate profit margin for art supplies using cost and selling price to determine product profitability and inform pricing decisions.

Instructions

Calculate profit margin for a product or category based on cost and selling price.

Input Schema

NameRequiredDescriptionDefault
costPriceYesCost price per unit
skuYesProduct SKU

Input Schema (JSON Schema)

{ "properties": { "costPrice": { "description": "Cost price per unit", "type": "number" }, "sku": { "description": "Product SKU", "type": "string" } }, "required": [ "sku", "costPrice" ], "type": "object" }

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/wspotter/mcpart'

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