query_catalog
ActiveTool of Vizier
declared in 0.1.0
Query rows of a single catalogue (e.g. "I/345/gaia2").
Parameters schema
{
"type": "object",
"examples": [
{
"catalog": "I/345/gaia2"
},
{
"max": 1000,
"catalog": "J/ApJ/896/72/table1",
"columns": "RAJ2000,DEJ2000,Plx",
"constraint": "Plx>20"
}
],
"required": [
"catalog"
],
"properties": {
"max": {
"type": "number",
"description": "1-50000 (default 50)."
},
"catalog": {
"type": "string"
},
"columns": {
"type": "string",
"description": "Comma-sep columns to return."
},
"constraint": {
"type": "string",
"description": "Solr-style constraints, e.g. \"Plx>20\""
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Vizier
https://github.com/pipeworx-io/mcp-vizier
1/7 registries