Skip to main content
Glama
GaneshR-dev

oracle-hcm-mcp

by GaneshR-dev

hcm_search_payslips

Read-only

Search payslips using query, finder, and offset to locate specific payroll documents. Requires sensitive access and approval.

Instructions

Search payslips. SENSITIVE: requires ORACLE_HCM_SENSITIVE=1 + approval (unless SENSITIVE_WRITE).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo
limitNo
finderNo
offsetNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

C2.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, and the description adds the sensitive-access and approval requirement, which annotations don't convey. However, the 'unless SENSITIVE_WRITE' exemption is cryptic and unexplained, and no return or pagination behavior is disclosed. No contradiction with annotations.

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?

Two sentences with no filler; the verb and resource are front-loaded. The all-caps SENSITIVE clause is terse to the point of being cryptic, but the overall definition is appropriately compact.

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 search tool with four undocumented optional parameters and no output schema, the description leaves significant gaps: parameter semantics, pagination behavior, and the relationship to hcm_get_payslip. The sensitive-access flag is the only meaningful contextual addition, and even it is confusing due to the SENSITIVE_WRITE reference.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no explanation for any of the four parameters. The 'finder' parameter is an Oracle HCM-specific concept that is left undefined, and q, limit, and offset, while conventional, are not confirmed by any descriptive text. The description fails to compensate for the bare schema.

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?

States a specific verb ('Search') and resource ('payslips'), so an agent knows what it does. However, it doesn't differentiate itself from the sibling hcm_get_payslip or clarify the scope of the search (e.g., all employees vs self-service), leaving some ambiguity.

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?

No guidance on when to use this search versus the sibling hcm_get_payslip or any other alternative. The only usage context is the access prerequisite (ORACLE_HCM_SENSITIVE=1 + approval), which is a precondition but not a tool-selection rule.

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