Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

jobs_workday_job

Get full details of a single Workday job posting—description, location, req ID—from its external path. Uses public ATS JSON with tenant, datacenter, and site.

Instructions

Get a single Workday job. Returns a single Workday posting's full detail (description, location, req id). path is the externalPath from a board listing. tenant/datacenter/site as in the board endpoint. Credential-free public ATS JSON.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesJob externalPath from a board listing
siteYesWorkday career site
tenantYesWorkday tenant
datacenterYesWorkday datacenter shard
Behavior3/5

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

With no annotations, the description is the sole source of behavioral info. It states 'Credential-free public ATS JSON' which is helpful, but does not mention error handling, rate limits, or idempotency. The 'Get' verb implies read-only, but more transparency would be better.

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 concise, with the core purpose in the first sentence and additional clarifications afterward. No unnecessary words; each phrase adds meaning.

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, the description mentions key return fields. It explains the source of all parameters and notes credential-free access. Missing details on error responses or potential limitations, but adequate for the tool's simplicity.

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?

Schema coverage is 100%, so baseline is 3. The description adds extra meaning by explaining the source of path (externalPath from board listing) and that tenant/datacenter/site mirror the board endpoint, which adds value 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 it 'Get a single Workday job' and specifies the return fields (description, location, req id). It distinguishes from sibling tools like jobs_workday_board by indicating this is for full detail of a single posting.

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 explains that path comes from a board listing and tenant/datacenter/site are as in the board endpoint, providing context for parameter values. It implicitly suggests using after a board listing, but does not explicitly list when not to use or alternatives.

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