Skip to main content
Glama
AnastasiaKWei

skyportal-mcp

get_source_photometry

Retrieve a source's photometry as a CSV table, ready for analysis or loading into a pandas DataFrame. Supports mag or flux outputs with optional filter selection.

Instructions

Retrieve photometry for a source as a CSV table.

Returns all photometry points for the source in CSV format, suitable for direct analysis or loading into a pandas DataFrame.

Columns returned (mag format): mjd, filter, mag, magerr, limiting_mag, snr, instrument_name, origin

Columns returned (flux format): mjd, filter, flux, fluxerr, snr, instrument_name, origin

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoOutput format — "mag" (default) or "flux"mag
magsysNoMagnitude system — "ab" (default), "vega", etc.ab
filtersNoComma-separated photometric filter names to include (e.g., "ztfg,ztfr,ztfi"). If omitted, returns all filters.
source_nameYesSource identifier - can be SkyPortal obj_id, ZTF name, or TNS name

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It states the output format (CSV), that it returns all photometry points, and details the column structure for both mag and flux formats. This adds meaningful context beyond the schema, though it does not mention error handling or performance limits.

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?

The description is well-structured with a clear opening sentence followed by column lists for each format. It is concise but includes necessary detail about output formats. The length is appropriate and front-loaded, avoiding wasteful repetition.

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 the tool's moderate complexity (4 params, 1 required) and the presence of an output schema (columns), the description is complete in explaining the output and basic behavior. It lacks explicit usage guidance or edge-case behavior, but for a retrieval tool this is adequate.

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 value by explaining how the format parameter affects the output columns (mag vs flux), and clarifies the default values. It also enumerates the exact returned columns, which enriches understanding of the filters and magsys parameters.

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 retrieves photometry for a source as a CSV table, with specific verb and resource. It lists exact columns for mag and flux formats, making it distinct from sibling tools like get_source_spectra or get_source_classifications.

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 usage for retrieving photometry but does not explicitly compare with alternatives or state when to use this versus other source tools. It lacks exclusions or guidance on when not to use it, so it's only implied by the tool's name and purpose.

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/AnastasiaKWei/skyportal-mcp'

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