Skip to main content
Glama
toddstoffel

FairCom MCP Server

by toddstoffel

validate_connector_payloads

Validate connector payloads locally to detect errors before submitting to FairCom, saving time and preventing invalid data writes.

Instructions

Validate one or more connector payloads locally without writing to FairCom.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNocreateInput
payloadNo
payloadsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states that validation is performed 'locally without writing to FairCom,' which is a crucial side-effect disclosure. However, it stops short of detailing what validation entails (e.g., error reporting, prerequisites), so it is not fully transparent.

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 a single, well-structured sentence that leads with the verb and resource, then adds the essential qualifier. Every word earns its place, and there is no redundant or extraneous 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?

The tool has a simple interface with optional parameters and an output schema, so the description does not need to explain return values. However, the lack of parameter documentation and missing usage guidance leaves gaps in the overall understanding. The description conveys the core purpose but is not fully complete for an agent to invoke the tool correctly without additional schema inspection.

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

Parameters2/5

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

The input schema has 0% description coverage, and the description only partially compensates by mentioning 'one or more connector payloads,' which maps to the 'payload' and 'payloads' parameters. The 'action' parameter is entirely unexplained; the schema provides a default but no semantic guidance. The description fails to clarify how to use the tool correctly for different validation scenarios.

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?

The description uses a specific verb ('Validate') and resource ('connector payloads') and adds a key qualifier ('locally without writing to FairCom') that clearly distinguishes it from sibling CRUD tools. It immediately conveys the tool's unique scope and non-destructive nature.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage as a pre-check before writing to FairCom, but does not explicitly state when to use this tool versus alternatives or name specific sibling tools. The context is present but vague, leaving the agent to infer when it should be selected over create/alter operations.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/toddstoffel/faircom-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server