Skip to main content
Glama
ruya-grp

fusion-query-mcp

by ruya-grp

fusion_update_interface_data

Destructive

Replace rejected rows from a partially failed import with corrected data, using the original load request ID to target the right batch. Updates interface tables without reloading the whole file.

Instructions

Replace the rejected rows of a partly-failed import with corrected ones.

The repair path: an import loads ten thousand rows, forty are rejected into the interface tables, and this replaces those forty rather than reloading the whole file.

load_request_id identifies WHICH load's error rows are being corrected. Pass the wrong one and the correction lands on a different batch, so read it back to the user before confirming.

Args: process_name: The import job's process name. load_request_id: Request id of the load being corrected. file_path: Local file holding the corrected rows. account: UCM account for the upload. confirmed: Set True only after explicit user confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountYes
confirmedNo
file_pathYes
process_nameYes
load_request_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A5/5.0
Behavior5/5

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

Annotations already mark destructiveHint=true and readOnlyHint=false, but the description adds crucial behavioral context: passing the wrong load_request_id lands the correction on a different batch, and the tool must not be confirmed until the user reads back the request ID. This warns about the destructive, mis-targeting risk and the confirmation requirement beyond what annotations state.

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 front-loaded with a one-sentence summary, followed by a concrete illustrative scenario, a crucial warning, and a terse Args list. Every sentence carries operational value; the example scales the problem ('ten thousand rows, forty rejected') without bloating. No filler or repetition.

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

Completeness5/5

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

With five parameters, zero schema descriptions, a destructive annotation, and an output schema present, the description covers everything needed for correct invocation: all parameter meanings, the confirmation protocol, and the risk of using the wrong load_request_id. It leaves no essential gap for the agent to call or validate this tool correctly.

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%, so every parameter must be explained in the description. It does so clearly: process_name, load_request_id, file_path, account, and confirmed all receive meaningful definitions. The warning about load_request_id adds critical semantic nuance beyond the mere schema name.

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 opens with 'Replace the rejected rows of a partly-failed import with corrected ones,' a specific verb-resource pair that clearly states what the tool does. It distinguishes itself from broader import/submission siblings by focusing on the repair of rejected rows, making the tool's role unambiguous.

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

Usage Guidelines5/5

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

The description explicitly frames the repair path: an import with forty rejected rows is corrected by replacing those rows 'rather than reloading the whole file.' This contrasts with the alternative and tells the agent when to invoke this tool. It also gives a safety guideline: verify the load_request_id and require explicit user confirmation before confirming.

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

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/ruya-grp/Fusion-MCP'

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