Skip to main content
Glama

Fetch TAP async job result

starfetch_tap_job_fetch
Read-onlyIdempotent

Retrieve the result of a TAP async job by ID or URL and convert VOTable, CSV, or TSV output into JSON or JSONL for easier use in workflows.

Instructions

Fetch a TAP async job result. JSON and JSONL conversion supports VOTable, CSV, and TSV rows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoExplicit TAP base URL selected for this workflow; use this or service.
formatYesMCP result output format.
serviceNoKnown Starfetch TAP service preset selected for this workflow; use this or url.
jobIdOrUrlYesTAP async job id or absolute job URL.
sourceFormatNoActual TAP result format for async job output.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
diagnosticsYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds useful behavioral context about format conversion, going beyond what annotations provide. It does not cover error behavior or whether the fetch blocks on completion, but the annotation coverage lowers the burden.

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?

Two concise sentences with the primary action front-loaded. The second sentence adds a meaningful capability without unnecessary detail. Every sentence earns its place.

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?

Rich input schema, output schema, and annotations cover most invocation concerns. The main gap is explicit sequencing guidance—mentioning that the job should be finished before fetching, or pointing to job_status/job_wait—but the tool is still adequately usable as described.

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 description coverage is 100%, so the baseline applies. The description's conversion sentence vaguely relates to format and sourceFormat, but it does not add parameter-specific meaning beyond what the schema already documents.

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 uses a specific verb and resource ('Fetch a TAP async job result') and adds a distinguishing capability: JSON/JSONL conversion from VOTable, CSV, and TSV rows. This clearly separates it from siblings like job_status, job_wait, and job_delete.

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 it should be used to retrieve the output of an already-submitted async TAP job, but it does not explicitly say to call it only after the job is complete, nor does it contrast with job_status or job_wait. Usage context is present but largely inferred.

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

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/starfetch-js/starfetch'

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