Skip to main content
Glama

page.getJobStatus

Read-onlyIdempotent

Poll the status and results of an asynchronous page analysis job. Returns job state, progress percentage, and result summary or error details when completed.

Instructions

Check the status of an async page analysis job.

Use this tool to poll for the status and results of a job that was submitted with page.analyze(async=true).

Returns:

  • Job state (waiting, active, completed, failed)

  • Progress percentage (0-100)

  • Result summary when completed

  • Error details when failed

Note: Requires Redis to be running. Jobs are retained for 24 hours after completion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYesThe job ID returned by page.analyze(async=true)
Behavior4/5

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

Annotations already indicate readOnlyHint and idempotentHint. Description adds Redis requirement and job retention, which are beyond annotations. No contradictions.

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?

Description is well-structured with bullet points for returns. Could be slightly more compact but is effective and front-loaded.

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?

Covers purpose, usage, prerequisites, and return fields. No output schema, so the return description is adequate. Complete for a simple polling tool.

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?

Schema coverage is 100% with clear description of job_id. The tool description does not add new semantics for the parameter.

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 explicitly states 'Check the status of an async page analysis job' with specific verb and resource. It distinguishes from siblings like page.analyze and page.getBatchStatus.

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

Usage Guidelines5/5

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

Explicitly says to use this tool to poll after submitting a job with page.analyze(async=true). Also notes prerequisite (Redis running) and job retention (24 hours).

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/TKMD/ReftrixMCP'

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