Skip to main content
Glama
GaneshR-dev

oracle-hcm-mcp

by GaneshR-dev

hcm_get_payslip

Read-only

Retrieve an employee payslip by entering its unique payslip ID. Use this tool to access payroll details when the payslip identifier is known.

Instructions

Get payslip by id. SENSITIVE gate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payslipIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

C2.9/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds 'SENSITIVE gate,' which hints that this operation may trigger additional access controls or approval steps, but it does not explain what the gate entails, leaving the behavioral context vague.

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 extremely short and front-loaded: 'Get payslip by id' says the core action, and 'SENSITIVE gate' adds a relevant caution. No words are wasted, though the terseness leaves room for more useful information.

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?

For a tool with no output schema and a sensitive-data annotation, the description is too sparse. It does not clarify what the sensitive gate does, what authorization is required, or how the returned payslip data is structured, so an agent may not know the implications of calling it.

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%, so the description must compensate for the undocumented payslipId parameter. It only restates 'by id' without clarifying the ID format, source, or whether this is an Oracle HCM payslip ID versus another identifier, so it adds little beyond the property name.

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 a specific verb ('Get') and resource ('payslip by id'), so an agent can tell this is a direct fetch operation. However, it does not explicitly distinguish itself from the sibling hcm_search_payslips, so it misses the full differentiation expected for a 5.

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?

There is no guidance on when to use this tool versus hcm_search_payslips or other related getters. The phrase 'by id' implies direct lookup, but it never states that search should be used when the payslip ID is not already known, nor does it mention any exclusions.

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