Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

jobs_ukg_board

Retrieve public job listings from a UKG Pro Recruiting tenant's career portal using tenant code and board UUID. Supports pagination and keyword search.

Instructions

List a UKG Pro Recruiting tenant's job board. Lists a UKG Pro Recruiting (formerly UltiPro) tenant's public opportunities, paged via limit/offset. tenant and board both come from the careers URL https://recruiting.ultipro.com/{tenant}/JobBoard/{board}. Each posting carries a brief description inline (UKG's full detail page is HTML, not JSON). Credential-free public ATS JSON.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boardYesUKG job-board UUID (careers URL)
limitNoPage size, default 25, max 50
offsetNoPage offset, default 0
searchNoFree-text keyword search
tenantYesUKG tenant code (careers URL)
Behavior4/5

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

Without annotations, the description discloses key behaviors: credential-free access, paging via limit/offset, and that job postings contain only brief descriptions (full details are HTML). No hidden behaviors or contradictions.

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?

The description is four sentences, front-loaded with the main action, and every sentence provides necessary information without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and 5 parameters, the description covers the main purpose, parameter source, paging, and a key limitation (brief descriptions). It lacks output format details but is sufficient for a listing tool.

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?

With 100% schema coverage, baseline is 3. The description adds value by explaining that tenant and board come from the careers URL, providing concrete construction guidance beyond the schema descriptions.

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 lists a UKG Pro Recruiting tenant's job board, specifying it returns public opportunities. It distinguishes from sibling tools by naming the specific platform (UKG/UltiPro) and provides the URL structure.

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

Usage Guidelines3/5

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

The description implies usage for UKG job boards and mentions credential-free public access, but does not explicitly compare to alternatives or state when not to use this tool among numerous job board siblings.

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/Crawlora-org/crawlora-mcp'

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