Skip to main content
Glama

NASA MCP Server

jpl_periodic_orbits

Analyze and retrieve data on three-body periodic orbits, such as halo or lyapunov families, for systems like earth-moon or sun-earth. Specify parameters like period, Jacobi constant, and stability index for precise orbit exploration.

Instructions

JPL Three-Body Periodic Orbits Database

Input Schema

NameRequiredDescriptionDefault
branchNoBranch within family (N/S, E/W, etc., required for some families)
familyYesOrbit family name (e.g., halo, dro, lyapunov)
jacobimaxNoMaximum Jacobi constant
jacobiminNoMinimum Jacobi constant
librNoLibration point (1-5, required for some families)
periodmaxNoMaximum period
periodminNoMinimum period
periodunitsNoUnits for period (s, h, d, TU)
stabmaxNoMaximum stability index
stabminNoMinimum stability index
sysYesThree-body system (e.g., earth-moon, sun-earth)

Input Schema (JSON Schema)

{ "properties": { "branch": { "description": "Branch within family (N/S, E/W, etc., required for some families)", "type": "string" }, "family": { "description": "Orbit family name (e.g., halo, dro, lyapunov)", "type": "string" }, "jacobimax": { "description": "Maximum Jacobi constant", "type": "number" }, "jacobimin": { "description": "Minimum Jacobi constant", "type": "number" }, "libr": { "description": "Libration point (1-5, required for some families)", "type": "integer" }, "periodmax": { "description": "Maximum period", "type": "number" }, "periodmin": { "description": "Minimum period", "type": "number" }, "periodunits": { "description": "Units for period (s, h, d, TU)", "enum": [ "s", "h", "d", "TU" ], "type": "string" }, "stabmax": { "description": "Maximum stability index", "type": "number" }, "stabmin": { "description": "Minimum stability index", "type": "number" }, "sys": { "description": "Three-body system (e.g., earth-moon, sun-earth)", "type": "string" } }, "required": [ "sys", "family" ], "type": "object" }

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/ProgramComputer/NASA-MCP-server'

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