Skip to main content
Glama
ruya-grp

fusion-query-mcp

by ruya-grp

fusion_docs_describe_table

Read-onlyIdempotent

Describe Oracle Fusion table schemas from a local docs snapshot, returning column descriptions, keys, indexes, flexfields, and view SQL in milliseconds without a pod call.

Instructions

Describe a table from the local Oracle-docs snapshot -- instant, no pod call.

Serves the OEDM documentation Oracle publishes for every Fusion table: column business descriptions, primary key, foreign keys (join edges!), indexes, flexfield mappings, and for views their defining SQL. Prefer this over fusion_describe_table for exploration -- it answers in milliseconds instead of 12-14 s and carries meaning the pod's dictionary lacks.

The snapshot is docs-derived, not pod ground truth: a column that exists here but not on the pod will fail loudly in fusion_adhoc_query, never silently. Custom objects and case-twin duplicates exist only on the pod, so fall back to the live tools when this returns not_found.

Args: table: Exact table or view name, e.g. PO_HEADERS_ALL. columns_like: Optional substring to filter columns by name or by words in their description -- use it on wide tables to keep responses small. limit: Maximum number of column entries returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
tableYes
columns_likeNo

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 this as readonly, open-world, idempotent, and non-destructive, and the description adds meaningful behavioral context beyond them: it uses a docs-derived snapshot rather than pod ground truth, returns not_found rather than silently succeeding, and reveals timing characteristics. This helps the agent reason about correctness and failure modes.

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 well-structured and front-loaded: purpose, differentiation, caveats, then parameter details. Despite being detailed, every sentence earns its place, and the formatting makes the key decision points and argument semantics easy to scan.

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?

Given the output schema exists and the tool is documented as a read-only snapshot lookup, the description sufficiently covers return contents, limits, fallback behavior, and parameter semantics. Nothing an agent needs to call this tool successfully is missing.

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 fully carries parameter documentation. It explains that table is an exact table/view name with an example, that columns_like is a case-insensitive substring filter on column name or description, and that limit caps the number of returned column entries. This is exactly what an agent needs beyond the raw schema.

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 verb and resource: 'Describe a table from the local Oracle-docs snapshot'. It clearly enumerates what the tool returns (column business descriptions, primary key, foreign keys, indexes, flexfield mappings, view SQL) and explicitly contrasts itself with fusion_describe_table, so an agent can distinguish it from siblings.

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 gives explicit when-to-use guidance: 'Prefer this over fusion_describe_table for exploration' and explains why by comparing performance and semantic richness. It also provides fallback instructions: when the snapshot returns not_found, use the live tools because custom objects and case-twin duplicates exist only on the pod.

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