Skip to main content
Glama
rgrz

PeopleSoft MCP Server

by rgrz

get_org_chart

Retrieve organizational hierarchy showing reporting relationships. Start from a department, manager, or company to get the structure and direct/indirect reports.

Instructions

    Get organizational hierarchy showing reporting relationships.
    
    You can start from:
    - A specific department (all employees in that dept with their managers)
    - A specific manager (all direct and indirect reports)
    - A company (top-level org structure)
    
    :param department_id: Starting department ID
    :param manager_id: Starting manager's employee ID
    :param company: Company code to filter by
    :param max_depth: Maximum depth of hierarchy to retrieve (default 3)
    :return: Hierarchical organization structure
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyNo
max_depthNo
manager_idNo
department_idNo
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It describes the hierarchical nature and the default max_depth, but omits details like authentication requirements, result format, or behavior when multiple parameters are provided simultaneously.

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 mostly concise with a clear structure: function summary, bulleted starting points, and parameter documentation. It could be slightly tighter by removing the redundant param list already present in the schema, but it remains efficient.

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?

Given the four parameters, no output schema, and no annotations, the description adequately explains entry points and parameters. However, it lacks details on output format, pagination, and any constraints (e.g., parameter exclusivity), leaving some gaps for an agent.

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

Parameters4/5

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

The schema has 0% coverage, but the description provides meaning for all four parameters: department_id, manager_id, company, and max_depth (with its default). This adds significant value beyond the schema definitions, especially explaining their roles in the hierarchy.

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 clearly states the tool retrieves organizational hierarchy showing reporting relationships. It identifies three distinct starting points (department, manager, company), which differentiates it from sibling tools that retrieve individual records or other structures.

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

Usage Guidelines4/5

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

The description explicitly lists three scenarios for use (from department, manager, or company) and explains what each returns. It does not directly mention when not to use the tool or compare it to alternatives, but the context is clear enough for selection.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rgrz/peoplesoft-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server