Skip to main content
Glama
HyrosOG

Hyros MCP

by HyrosOG

Create Order

hyros_create_order

Register a sale order in Hyros to create an attributed record for a lead, capturing items, pricing, and customer contact.

Instructions

Register a new sale/order in Hyros. This creates a sale record attributed to a lead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoOrder date in ISO 8601 format
emailNoCustomer email (required if no phoneNumbers)
itemsYesOrder items (required)
stageNoLead stage to apply
taxesNoTotal order taxes
orderIdNoExternal order ID
currencyNoCurrency code (e.g., USD)
discountNoTotal order discount
shippingNoShipping cost
phoneNumbersNoCustomer phone numbers (required if no email)
Behavior3/5

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

Annotations indicate readOnlyHint=false, consistent with the description's 'creates' action. The description adds that the sale is 'attributed to a lead', providing some behavioral context beyond annotations, but does not disclose side effects, authorization needs, or rate limits.

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?

Two brief, front-loaded sentences with no wasted words. Every sentence adds value, clearly stating the tool's purpose.

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?

Given the complexity (10 parameters, no output schema), the description is minimal. It covers basic purpose but lacks operational context such as required lead identification (though schema handles it) or return information. 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 description coverage is 100%, so the description does not need to add parameter details. The description adds no additional meaning beyond what the schema provides, meeting the baseline for high schema coverage.

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 'Register a new sale/order' and 'creates a sale record', using a specific verb (register/create) and resource (sale/order). It distinguishes from sibling tools like hyros_refund_order (refund) and hyros_update_sale (update).

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

Usage Guidelines3/5

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

The description implies usage for creating orders but does not explicitly state when to use this tool versus alternatives or provide exclusions. It lacks guidance on prerequisites or when not to use it.

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/HyrosOG/Hyros-MCP'

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