Skip to main content
Glama

walletlink.social

Check a background job

walletlink_job_status
Read-onlyIdempotent

Progress and results for a job submitted with walletlink_submit_job. While the job runs it reports processed counts; on completion it reports the resolved records and what was billed.

COST: free on both meters, so a drained key can still collect results it already paid for. A field that is absent was not measured. Absent is not false: a missing reachability means the handle was not checked, never that nobody is behind it.

Only jobs submitted by this account are visible; any other id answers not found.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYesThe job id returned by walletlink_submit_job.
offsetNoResult row to start from, for a completed job. Pass the next_offset from a previous call to continue. Omit for the first page.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

The description adds substantial behavioral detail beyond the readOnly and idempotent annotations: cost is free on both meters, absent fields mean 'not measured' rather than false, and foreign job IDs return not found. This meaningfully helps an agent interpret results and avoid incorrect conclusions.

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 front-loaded with the core purpose, then provides essential caveats in a compact structure. Every sentence adds value, from cost behavior to absent-field semantics to account scoping, without filler or repetition.

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

Completeness5/5

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

The tool has no output schema, so the description carries the burden of explaining results: progress counts, completed results, billing, cost implications, absent-field semantics, and authorization limits. This is sufficient for an agent to call the tool correctly and interpret its response.

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 description coverage is 100%, so the baseline is 3. The description adds extra semantics for job_id by explaining ownership and not-found behavior, which helps an agent reason about invalid or foreign IDs. It does not add offset detail, but the schema already covers that fully.

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 reports progress and results for a specific background job and ties it to walletlink_submit_job. It distinguishes the tool from sibling walletlink operations by naming the job-oriented counterpart and scoping visibility to jobs submitted by the current account.

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 establishes the intended context: it is for jobs previously submitted with walletlink_submit_job, and it explicitly warns that only this account's jobs are visible. It does not name explicit exclusions or alternatives, but siblings make the role obvious and the constraints are clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.