Skip to main content
Glama

send_order_for_approval

Submits a completed order to the buyer for review. Use this after finishing work to move the order to 'under review' status.

Instructions

Отправить выполненную работу на проверку покупателю.

Когда использовать: когда работа по заказу завершена и готова к сдаче. Возвращает: подтверждение отправки или сообщение об ошибке. Связанные: get_order_details — проверить статус заказа перед отправкой.

ВНИМАНИЕ: необратимое действие — заказ перейдёт в статус «на проверке».

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_idYes
commentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Includes a warning about irreversibility and status change, adding value beyond the openWorldHint annotation.

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?

Well-structured with sections for usage, return, related tool, and warning, though missing parameter details makes it slightly less concise.

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?

Covers purpose, usage, return values, and important warnings. Given the simple input and existing output schema, it is fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description does not explain the parameters (order_id, comment) beyond what the schema (types, default) provides.

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 'send' and the resource 'completed work for approval', distinguishing it from siblings like get_order_details and send_message.

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?

Provides explicit usage condition ('when work on order is completed and ready to submit') and mentions related tool get_order_details for pre-check.

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/simonether/kwork-mcp'

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