Catalogs
catalogsSearch VizieR catalogue metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | 1-200 (default 25) | |
| query | Yes | Keywords (e.g. "Gaia DR3", "exoplanet"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
catalogsSearch VizieR catalogue metadata.
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | 1-200 (default 25) | |
| query | Yes | Keywords (e.g. "Gaia DR3", "exoplanet"). |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnly, openWorld, idempotent, non-destructive. Description adds no behavioral context beyond annotations, but does not contradict them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded with key action. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Adequate for a simple search tool with good annotations and output schema. Could explain what VizieR is or how search works, but minimal is acceptable given tool simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% with clear descriptions for query and max. Description adds no extra meaning, meeting baseline for high coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states verb (Search) and resource (VizieR catalogue metadata), making purpose clear. However, it does not differentiate from sibling tools like query_catalog or cone_search, which also search catalogues.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives (e.g., cone_search, query_catalog) or what context is appropriate. Lacks any when/why information.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Several tools occupy adjacent roles: ask_pipeworx and ask_pipeworx_beta are currently identical in behavior, discover_tools and suggest_questions both serve discovery, and the astronomy plus Polymarket scanners have overlapping boundaries. The descriptions are unusually detailed and do differentiate most tools, but the number of near-neighbor tools still creates real selection risk.
Names are uniformly snake_case and mostly descriptive, which helps, but the grammatical pattern is inconsistent: verb_noun names (compare_entities, resolve_entity) sit alongside bare nouns (catalogs, object) and bare verbs (remember, recall, forget). It is readable but not a predictable verb_noun convention.
At 35 tools, the surface is well beyond what an agent can comfortably hold in mind. The set mixes a data-research core with one-off utilities like generate_llms_txt, scan_dependency, and AI-visibility auditing, making it feel like a grab-bag rather than a scoped server.
The core data-research workflow is strongly covered: plain and grounded Q&A, deep research, entity resolution, profiles, comparisons, claim validation, recent changes, tool discovery, memory, and subscription lifecycle all exist. Minor gaps remain, such as no subscription-update operation and no generic citation-fetch tool, but there are no serious dead ends.