Skip to main content
Glama

Get job posting

waas_get_job

Retrieve a complete job posting, including description, compensation, visa sponsorship, and required skills, from a job ID or URL. Use this to get full job context before applying.

Instructions

Fetch full job posting (description, comp, visa, skills). Works logged out for public pages. WORKFLOW (required):

  1. waas_application_quota (or waas_search weeklyQuota) — check remaining in-app applications this week (cap is 10).

  2. waas_search with structured filters (or waas_get_job from a URL the user provides).

  3. waas_get_job + waas_get_company for full context.

  4. waas_inspect_application — returns applicationType, fields[], weeklyQuota, applyBlocked.

  5. If applicationType=weekly_limit_reached or applyBlocked=true → stop; do NOT submit.

  6. If applicationType=external → report link/email to user; do NOT auto-submit.

  7. If applicationType=needs_login → tell user to run npm run login.

  8. Draft answers for every required field in fields[].

  9. waas_submit_application with dry_run=true — show the user all answers.

  10. Only after explicit approval → dry_run=false. Never auto-submit. Skip already_applied jobs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYesNumeric id or /jobs/123 URL.
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are present, so the description carries the behavioral burden. It discloses that the tool works logged out for public pages and includes a workflow with safeguards like "Never auto-submit" and "Skip already_applied jobs." However, it does not explicitly state that fetching is read-only, describe error behavior, or clarify what happens for non-public jobs.

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

Conciseness3/5

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

The summary line is front-loaded and useful, and the workflow is numbered for readability. However, the description embeds a lengthy 10-step application workflow that concerns several sibling tools, not just waas_get_job. This is structured but not concise, and some steps go well beyond the tool's own behavior.

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?

For a simple one-parameter fetch tool with no output schema, the description provides solid context: it names core returned fields (description, comp, visa, skills), explains logged-out access, and gives integration order relative to siblings. It could add return-format or error details, but the essential operational context is present.

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

Parameters3/5

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

The sole parameter job_id is already documented in the schema as "Numeric id or /jobs/123 URL," giving 100% schema description coverage. The tool description adds no additional parameter-level meaning beyond what the schema provides, so the baseline 3 is appropriate.

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 opens with a specific verb and resource: "Fetch full job posting (description, comp, visa, skills)." This clearly distinguishes waas_get_job from siblings like waas_search or waas_list_applied. The title 'Get job posting' reinforces the same purpose without ambiguity.

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 required workflow explicitly positions this tool after waas_search or a user-provided URL and before waas_get_company and waas_inspect_application. It also notes "Works logged out for public pages," giving useful context about when authentication is not needed. It stops short of explicitly listing when-not-to-use alternatives, but the workflow is strong guidance.

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

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/Thespaceblade/waas-mcp'

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