Skip to main content
Glama
GaneshR-dev

oracle-hcm-mcp

by GaneshR-dev

hcm_bulk_approve_notifications

Bulk approve Oracle HCM business process notifications. Run a dry-run first to preview approvals before applying changes.

Instructions

Bulk approve BP notifications (approval unless --write). Prefer dry-run first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notificationIdsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already signal readOnlyHint=false, indicating this is a mutating operation. The description adds a dry-run preference and a cryptic '--write' flag, which hints at behavior but does not clearly explain the mutation's effect, reversibility, or the exact meaning of the flag.

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 very short and front-loaded with the main action. The second sentence 'Prefer dry-run first' is useful, but the parenthetical 'approval unless --write' is ambiguous and would benefit from clearer phrasing.

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?

With no output schema and a mutating tool, the description omits important context: what the tool returns, how it reports successes/failures, and how it relates to the explicit hcm_bulk_bp_dry_run sibling. The dry-run guidance is not enough to fully understand invocation and expected behavior.

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

Parameters2/5

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

The schema has 0% description coverage, so the description must compensate, but it provides no parameter details. The single parameter notificationIds is self-explanatory from its name, yet the description does not clarify whether these are BP notification IDs, whether array order matters, or what happens to invalid IDs.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the action ('Bulk approve') and the resource ('BP notifications'), making the core purpose evident. It is distinguishable from sibling tools like hcm_bulk_deny_notifications by the word 'approve', but the phrase 'approval unless --write' is confusing and detracts from clarity.

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

Usage Guidelines3/5

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

The instruction 'Prefer dry-run first' provides some usage guidance, implying a safe preliminary step before this approval tool. However, it never names the dry-run sibling tool (hcm_bulk_bp_dry_run) or explains when to choose this over hcm_perform_bp_action, hcm_approve_write, or hcm_bulk_deny_notifications.

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

Deploy Server

Other Tools