Skip to main content
Glama
GaneshR-dev

oracle-hcm-mcp

by GaneshR-dev

hcm_create_worker_assignment

Create a nested worker assignment for a worker under an existing period of service, with changes submitted for approval unless write mode is enabled.

Instructions

Create nested worker assignment under workRelationships/.../assignments (approval unless --write).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
workerIdYes
periodOfServiceIdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

B3.1/5.0
Behavior4/5

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

The annotation only indicates readOnlyHint: false. The description adds valuable behavioral context by stating that the operation requires approval unless the --write flag is used, and that it creates a nested resource. This goes beyond the minimal annotation and helps the agent understand the mutation's approval flow.

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 a single sentence with the key action front-loaded. It is efficient, but the ellipsis in 'workRelationships/.../assignments' introduces ambiguity and reduces clarity. Overall, it is appropriately concise.

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?

Given the tool has three parameters (including a complex body object), no output schema, and no parameter documentation, the description is far from complete. It omits the body schema, workerId semantics, and response expectations. The approval nuance is helpful but does not fill the gaps.

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?

Schema description coverage is 0%, and the description does not explain any of the three parameters (workerId, body, periodOfServiceId). It hints at periodOfServiceId via the path 'workRelationships/.../assignments' but provides no details on body structure or required fields. The description fails to compensate for the lack of schema documentation.

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 states the action ('Create nested worker assignment') and the resource location ('under workRelationships/.../assignments'), distinguishing it from sibling tools like hcm_get_worker_assignments (read) and hcm_update_worker_assignment (update). It is specific and not a tautology, though it could be more explicit about the resource semantics.

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

Usage Guidelines2/5

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

The description includes an approval condition ('approval unless --write') but does not explain when to use this tool versus alternatives, nor does it mention prerequisites or scenarios where a different tool (e.g., update) would be appropriate. No explicit when/when-not guidance is provided.

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