Skip to main content
Glama
toddstoffel

FairCom MCP Server

by toddstoffel

configure_topic

Create or update an MQTT topic and bind it to an integration table for data flow.

Instructions

Create or update an MQTT topic and bind it to an integration table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dry_runNo
payloadNo
confirm_writeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description must carry the behavioral disclosure burden. It reveals that the tool can create or update (implying mutation) and bind to an integration table, but it does not disclose side effects, idempotency, permission requirements, dry_run semantics, confirm_write behavior, or error conditions. The single sentence is insufficient for a write-oriented tool.

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?

The description is a single, front-loaded sentence with no fluff or wasted words. It communicates the primary purpose efficiently. However, it is somewhat under-specified, though that is more a completeness issue than a conciseness issue, so a 4 is appropriate.

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?

Given the tool's moderate complexity (3 parameters, output schema, no annotations), the description is too thin. It does not explain the payload structure, the meaning of dry_run/confirm_write, or any behavioral consequences. While an output schema exists, the input semantics remain entirely unexplained, making the tool difficult to invoke correctly.

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?

Input schema coverage is 0% and the description provides no explanation for the three parameters (dry_run, payload, confirm_write). Since the description must compensate for the missing parameter information but does not, the agent has no clues about what payload structure is expected or how dry_run and confirm_write affect execution.

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 clearly states the action ('Create or update') and the resource ('an MQTT topic') plus the binding outcome ('bind it to an integration table'). This differentiates it from sibling tools like delete_topic, list_topics, and describe_topics, which perform different operations on topics.

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 alternatives. The description only states what the tool does, leaving the agent to infer that it is used for configuring topics. There are no explicit exclusions or mentions of sibling tools that might be more appropriate for read-only or deletion scenarios.

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