Skip to main content
Glama

Mosaiden Souq — سوق المساعدين

رابط سلّة للشراء

checkout_link
Read-onlyIdempotent

Build a Mosaiden cart link from store products the user chose (product URLs from search_souq / compare_prices, i.e. https://mosaiden.com/stores//p/). Validates each product live and returns ONE link; the user opens it, reviews items and prices, adds them with one tap and pays on mosaiden.com. Nothing is added or charged by this tool. ابنِ رابط سلّةٍ من منتجات المتاجر التي اختارها المستخدم؛ يفتحه فيراجع ويضيف ويدفع على سوق المساعدين — الأداة لا تضيف ولا تدفع.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesالمنتجات: [{ product_url, quantity }] — product_url رابط منتجٍ من نتائجنا، quantity من 1 إلى 20 (افتراضي 1)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds that each product is validated live, exactly one link is returned, the user reviews and pays on mosaiden.com, and nothing is added or charged by the tool, which is valuable operational context beyond the annotations.

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?

The core action is front-loaded and the flow is easy to follow. The bilingual repetition is somewhat lengthy, but it serves the Arabic/English audience and contains no empty filler.

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?

For a one-parameter tool with no output schema, the description explains the return value (one link), the external user journey after the tool runs, and the absence of side effects. No important calling detail appears to be missing.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds semantic constraints beyond the schema by specifying that product URLs should come from search_souq / compare_prices and by giving the expected URL format.

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?

States a specific verb ('Build') and resource ('Mosaiden cart link'), and clarifies the input products come from sibling tools search_souq / compare_prices. An agent can distinguish this from siblings that search or compare rather than produce a checkout link.

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?

Implies use after the user has chosen products from search_souq / compare_prices and wants a single link to review and pay. It gives clear context but does not state explicit exclusions 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources