Skip to main content
Glama
gray-wilbee

fub-mcp

by gray-wilbee

get_groups_round_robin

Retrieve groups with round-robin rotation data to manage lead assignment order. Filter by type (Agent/Lender) and sort by id or name.

Instructions

Lists groups and includes round-robin data. (GET /groups/roundRobin)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSorts results based on the provided field name. Prepending the field with a minus sign (-) sorts the results in descending order.
typeNo`Agent` groups allow admins and agents and `Lender` groups allow lender role users.
extraQueryNoExtra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations exist, so the description carries the full disclosure burden. It reveals the endpoint and the presence of round-robin data but does not explain pagination, response shape, permission requirements, or whether this is read-only beyond the implied GET.

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?

Two short clauses with no filler; the main purpose appears immediately and the endpoint is useful context. Information is compact, though some behavioral details are sacrificed.

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?

The tool has no output schema and no annotations, so a bare statement that it returns round-robin data is incomplete. An agent is left to guess what the additional data looks like and how list_groups differs beyond naming, especially with a sibling list_groups available.

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%, so the schema already documents sort, type, and extraQuery well. The description adds no param-level detail, but it does not need to; baseline 3 is appropriate.

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?

Clearly identifies the operation with a specific verb ('Lists groups') and a distinguishing feature ('includes round-robin data'), reinforced by the endpoint '(GET /groups/roundRobin)'. It is distinct from sibling list_groups by that feature, though it could more explicitly contrast the two.

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?

No guidance on when to choose this tool over list_groups or other listing tools. The description implies use when round-robin data is needed, but does not state exclusions or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools