Skip to main content
Glama

Wiremi Marketing MCP

rosca_payout

Calculate a ROSCA's payout and schedule. Inputs: number of members (2-60), contribution amount per round, frequency ("weekly"|"biweekly"|"monthly"), and your turn in the rotation (1..members). Returns the pot you receive, your turn date, total you contribute, per-round amount, and the full rotation schedule. Faithful port of the wiremi.ca ROSCA calculator. No personal data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
turnNo
membersYes
frequencyNomonthly
contributionYes

TDQS

A4.4/5.0
Behavior4/5

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

No annotations provided, so description carries full burden. Describes it as a calculation (read-only) and mentions 'Faithful port' and 'No personal data', providing useful context beyond basic functionality.

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?

Description is concise and front-loaded with verb. Could benefit from slight structuring (e.g., listing inputs), but no unnecessary sentences. Efficiently conveys all needed information.

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 tool with 4 parameters and no output schema, description adequately explains inputs, output summary, and additional context (faithful port, no personal data). Does not detail edge cases or error handling, but sufficient for typical use.

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

Parameters5/5

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

Schema description coverage is 0%, but description fully compensates by explaining each parameter: members range (2-60), contribution amount, frequency with allowed values, and turn range (1..members).

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?

Clearly states the tool calculates a ROSCA's payout and schedule, with specific verb 'calculate' and resource 'ROSCA payout and schedule'. Differentiates from sibling tools which are informational (e.g., 'what_is_a_rosca', 'how_a_rosca_works').

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?

Explicitly lists inputs and describes what it returns, making when to use clear. Does not explicitly state when not to use, but the context of sibling tools provides that differentiation.

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

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct aspect of ROSCAs or Wiremi, with minimal overlap. The catch-all 'ask_wiremi' is explicitly designed for queries that don't fit other tools, preventing ambiguity.

Naming Consistency5/5

All tool names follow snake_case and a descriptive style, often starting with 'what', 'how', or 'rosca_'. The pattern is uniform and predictable.

Tool Count5/5

10 tools is an appropriate count for the server's educational/marketing purpose, covering definitions, mechanics, comparisons, calculations, and company info without being excessive or insufficient.

Completeness5/5

The tool set comprehensively covers the domain of ROSCAs and Wiremi: from basic concepts, mechanics, and comparisons to research and operational details. No obvious gaps for an educational marketing server.

Resources