Skip to main content
Glama

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

مساعدو السوق المتخصّصون

list_assistants
Read-onlyIdempotent

List the marketplace's specialized AI assistants (cars, real estate, mobiles, restaurants, hotels, flights, groceries…) with links to chat with each on mosaiden.com. مساعدو سوق المساعدين المتخصّصون (سيارات، عقار، جوالات، مطاعم، فنادق، طيران…) وروابط محادثتهم.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoتصفية بالاسم أو المجال (اختياري)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false and openWorldHint=false, so the safety profile is fully covered structurally. The description contributes one genuinely new behavioral fact — that results include links to chat with each assistant on mosaiden.com — but says nothing about result size, ordering, or pagination.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The content is front-loaded and readable, but the description is stated twice — once in English and once in an Arabic near-duplicate — which doubles length without adding information. The domain enumeration is useful but long.

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

Completeness4/5

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

For a single optional-parameter read-only listing tool with no output schema, the description covers what the tool returns (assistants plus chat links). Nothing critical is missing, though the unused query parameter and its filter semantics go unmentioned.

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% (the single 'query' parameter is documented in the schema as an optional name/domain filter), so the schema carries the parameter burden. The description never mentions the query filter at all, adding no syntax or matching-behavior detail; baseline 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 uses a specific verb+resource ('List the marketplace's specialized AI assistants') and enumerates covered domains (cars, real estate, mobiles, restaurants, hotels, flights, groceries), which makes the scope concrete. It does not explicitly distinguish itself from nearby siblings like list_categories or search_souq, so it stops short of a 5.

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?

There is no guidance on when to choose this tool over list_categories or search_souq, nor any prerequisite or exclusion stated. Usage is only implied by the noun 'list' — an agent must infer that this is a browse-the-catalog tool.

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