Skip to main content
Glama
ruya-grp

fusion-query-mcp

by ruya-grp

fusion_import_bulk_data

Destructive

Upload a data file to Oracle Fusion and queue import jobs. Verify the UCM account before confirming to prevent silent upload failures.

Instructions

Load a data file into Fusion (FBDI) and queue the import jobs.

Reads file_path from disk, uploads it to UCM, and submits each job in jobs. THIS LOADS REAL DATA and cannot be recalled.

account is the UCM account, and it is the field that goes wrong quietly: a file filed under the wrong account uploads successfully and is then invisible to the import job, with no error anywhere. Confirm it against the job's documentation, e.g. fin$/payables$/import$.

Each entry in jobs is {"name": "package,definition", "parameters": [...]}. Note that these parameters are joined with COMMAS -- unlike fusion_submit_job, whose parameters are separate elements. A parameter containing a comma is refused rather than silently split; use fusion_submit_job for those.

Args: file_path: Local path of the file to upload. account: UCM account, e.g. fin$/payables$/import$. jobs: Import jobs to run, in order. notification_code: The service's two-digit notification code. confirmed: Set True only after explicit user confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobsYes
accountYes
confirmedNo
file_pathYes
notification_codeNo10

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?

Goes well beyond the destructiveHint annotation by stating that the operation loads real data, cannot be recalled, uploads to UCM, and queues jobs in order. It also discloses a subtle failure mode where a wrong account uploads successfully but becomes invisible to the import job with no error.

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 detailed but every sentence adds operational value, and the most critical warning (loads real data, cannot be recalled) is front-loaded. The parameter explanations are structured and directly map to the schema properties without redundancy.

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?

For a destructive bulk-import tool with no schema-level parameter descriptions, this covers all necessary context: the data flow, the job format, ordering, confirmation requirement, and the key failure mode. Having an output schema makes the lack of return-value detail acceptable.

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 the description must carry the full burden, and it does: file_path is the local path, account is the UCM account with an example, jobs are described as ordered entries with a concrete structure, notification_code is the two-digit code, and confirmed is gated on user confirmation.

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 a specific action: load a data file into Fusion (FBDI) and queue import jobs. It clearly distinguishes itself from related tools like fusion_submit_job by explaining the comma-joining behavior and bulk-import focus.

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?

Provides explicit guidance on when to use this tool versus fusion_submit_job, including the exact condition (parameters containing commas) that should route the agent to the alternative. Also instructs that `confirmed` must only be set after explicit user confirmation, and warns about the quiet account mismatch failure.

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