Skip to main content
Glama
mohantyajitesh

HCM MCP Server for Oracle Fusion Cloud (unofficial)

query_resource

Query Oracle Fusion HCM resources using ADF filters, field restrictions, and inline expansions for targeted data retrieval.

Instructions

Query any Oracle Fusion HCM resource (the generic read workhorse).

  • q: ADF filter, e.g. PersonNumber = 100010 or LastName LIKE 'Sm%'.

  • fields: restrict returned attributes (strongly recommended to keep responses small). Use describe_resource to find valid names.

  • expand: child collections to inline. Sensitive fields (national IDs, salary, DOB) are redacted unless the deployment enables them. Filters are validated against the schema first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo
limitNo
expandNo
fieldsNo
offsetNo
order_byNo
resourceYes
total_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description bears full burden. It discloses sensitive field redaction (unless deployment enables them) and filter validation against schema first. This adds useful behavioral context beyond being a read operation.

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?

Concise bullet-style parameter list with front-loaded purpose. Two sentences of behavioral notes at the end. Avoids redundancy and reads efficiently, though could be slightly more structured.

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?

Given 8 parameters, no annotations, and output schema presence, the description covers core query mechanics and redaction but omits pagination behavior (limit/offset), sorting (order_by), and the total_results parameter. An agent would lack guidance on handling large result sets.

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

Parameters3/5

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

Schema coverage is 0%, but description explains 'q' with ADF filter examples, 'fields' with recommendation to use 'describe_resource', and 'expand' for child collections. It ignores 5 other parameters (limit, offset, order_by, resource, total_results), leaving gaps for pagination and ordering.

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 it queries Oracle Fusion HCM resources and brands itself as 'the generic read workhorse.' This distinguishes it from siblings like 'get_record' (single record) and 'describe_resource' (metadata), establishing a specific verb+resource+scope.

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

Usage Guidelines4/5

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

It recommends using 'describe_resource' to find valid field names and warns about sensitive field redaction. However, it does not explicitly state when to prefer siblings like 'get_record' for single-record fetches, leaving some ambiguity for the agent.

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/mohantyajitesh/fusion-hcm-mcp-server'

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