Skip to main content
Glama
GaneshR-dev

oracle-hcm-mcp

by GaneshR-dev

hcm_emit_mcp_config

Read-only

Generate a redacted Cursor mcp.json fragment for Oracle HCM MCP servers, replacing secrets with placeholders for safe configuration sharing.

Instructions

Emit a redacted Cursor mcp.json fragment for oracle-hcm / oracle-hcm-write (secrets as placeholders).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeWriteServerNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description does not need to restate safety. It adds useful context that the output is redacted and secrets are placeholders, but it does not describe the fragment structure, defaults, or any side effects. This is a modest value-add beyond the annotation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence with no filler, front-loading the action and artifact. Every word contributes meaning.

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?

The tool is simple, with one optional boolean and read-only annotations, so the description covers the core purpose. However, it omits includeWriteServer semantics and any routing guidance, making it adequate but incomplete for a fully confident call.

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 never mentions includeWriteServer. An agent must infer from the parameter name and the 'oracle-hcm / oracle-hcm-write' pairing that it controls inclusion of the write server, which is not reliable.

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 uses a specific verb ('Emit') and names the exact artifact ('redacted Cursor mcp.json fragment') plus the target integrations ('oracle-hcm / oracle-hcm-write'). This makes it distinguishable from data-access siblings like hcm_export_config even without opening the schema.

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 is given on when to use this tool versus alternatives, and no exclusions or conditions are stated. The intended usage is only implied by the tool name and the Cursor-specific wording.

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