Skip to main content
Glama

partner_stats

Check partner stats — total conversions and pending payout balance. Provide partner_id. When to use: call partner_stats when the user's request matches this capability. When not to use: do not call it for unrelated work, missing required inputs, or when a safer read-only route is more appropriate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idNoYour agent_id used at registration
ref_codeNoYour partner ref_code (alternative to agent_id)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNo

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. 'Check' implies read-only, but the description never states there are no side effects, what credentials are needed, or what happens on failure; it also points to a nonexistent 'partner_id' parameter. This is a meaningful gap for a financial/payout tool.

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 core sentence is concise and front-loaded, but the when-to-use/not-to-use block is filler that restates the capability without adding decision value. It is short enough not to be bloated, yet not every sentence earns its place.

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

Completeness2/5

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

For a simple read tool the description conveys purpose and returned metrics, but it omits the identity-parameter mismatch and provides only tautological usage guidance. An agent cannot reliably know whether to send agent_id or ref_code, and the requiredness is unclear.

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

Parameters1/5

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

Schema coverage is 100% and documents agent_id/ref_code well, but the description instructs 'Provide partner_id,' which appears nowhere in the schema. This actively misleads an agent and overrides the schema's value, so the baseline 3 is not deserved.

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 first sentence clearly identifies the operation ('check'), the resource ('partner stats'), and the specific output fields ('total conversions and pending payout balance'). It is distinguishable from sibling tools like partner_register, though it does not explicitly name an alternative.

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?

The description has explicit 'When to use' and 'When not to use' headings, but the content is circular and generic: 'call partner_stats when the user's request matches this capability' and 'do not call it for unrelated work.' It names no sibling alternative and gives no concrete routing criteria.

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.

TDQS

C2.7/5.0
Disambiguation1/5

Many tools overlap heavily or are outright duplicates: leadsignal_generate is literally described as an alias for leadsignal, presence_navigate/presence_extract/presence_screenshot all return the same structured content, and write/email_write/thread_craft/content_distribute all generate text. The zambo_universal/zambo_help/zambo_ask/capability_search cluster further blurs routing and information tools, making correct selection very difficult.

Naming Consistency2/5

Naming is a mix of zambo_, zambot_, zambro_, axis_, presence_, trading_, ghost_audit_, and unprefixed standalone names like write, weather, and translate, with no consistent pattern. The zambo/zambot/zambro prefixes are visually near-identical but reference different tool families, and duplicate names like leadsignal/leadsignal_generate add confusion.

Tool Count1/5

128 tools is an extreme count for a single MCP server and far exceeds the point where an agent can reliably navigate the surface. The server tries to be a general-purpose marketplace of utilities, but the sheer volume makes selection costly and error-prone.

Completeness2/5

Despite the huge tool count, workflows have clear dead ends: zambo_watch has no matching cancel/list tool, presence identities lack edit/update operations, agent_hire has no way to manage hired agents, and zambo_remember/zambo_recall lack delete or fine-grained update. The surface is broad but shallow across many unrelated domains rather than complete in any one of them.

Resources