Skip to main content
Glama
gray-wilbee

fub-mcp

by gray-wilbee

get_identity

Retrieve the authenticated user's identity and authentication details from the Follow Up Boss CRM API.

Instructions

Get identity and authentication information. (GET /identity)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden, but it only states that this is a read operation returning identity/authentication information. It does not disclose what the response contains, whether authentication credentials are required, or any potential side effects or limitations.

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

Conciseness5/5

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

The description is extremely concise with no filler. The verb, resource, and endpoint are front-loaded, and every fragment adds useful information.

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

Completeness3/5

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

For a simple read-only tool with no required parameters, the description is minimally sufficient. However, the lack of an output schema and any behavioral detail means an agent cannot predict exactly what identity or authentication information will be returned.

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?

The schema provides full documentation of the single optional parameter, extraQuery, including its purpose and behavior. The description adds no parameter-specific details, so the baseline score of 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?

The description clearly states the operation and resource: 'Get identity and authentication information' and includes the HTTP endpoint '(GET /identity)'. This is specific and not a tautology, though it does not explicitly differentiate itself from siblings like get_me or get_user.

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 is provided about when to use this tool versus alternative identity-related tools such as get_me, get_user, or list_users. The description states what the tool does but gives no context for selection or exclusions.

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