Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_workersB

Search the Workday worker population by name to find a template worker.

Returns candidate matches (employee_id, name, job_profile, country) for the user to disambiguate between if more than one comes back.

get_worker_templateA

Fetch the confirmed template worker's cloneable fields via Get_Workers.

Call this only after the user has confirmed exactly which worker (by employee_id) to use as the template -- it returns the job profile, supervisory org, and country that a new hire will be cloned from.

generate_synthetic_identityA

Generate a fresh synthetic first name, last name, and email.

Use this to give the new hire its own identity instead of literally duplicating the template worker's name. country should be an ISO 3166-1 alpha-3 code (e.g. "USA", "GBR", "JPN") -- it's used to pick a locale-appropriate name where supported, falling back to en_US otherwise.

synthesize_test_hireA

Submit the user-approved hire payload to the tenant via Hire_Employee.

Only call this after the user has explicitly confirmed the proposed fields -- this is the one tool in this server that actually mutates the tenant. country is an ISO 3166-1 alpha-3 code; hire_date defaults to today (ISO format) if omitted. employee_id is optional -- leave it out to let the tenant auto-assign one.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources