Skip to main content
Glama

Vedic Astrology and Kundli MCP Server by RoxyAPI

Get detailed Panchang with Rahu Kaal, Yamaganda, Gulika

post_vedic_astrology_panchang_detailed
Read-only

Complete daily panchang with all five limbs (Tithi, Nakshatra, Yoga, Karana, Vara) plus sunrise, sunset, moonrise, moonset times. Includes inauspicious periods (Rahu Kaal, Yamaganda, Gulika Kaal) and auspicious windows (Abhijit Muhurta, Brahma Muhurta). Current planetary hora with start/end times. Essential for muhurta selection, daily horoscope apps, Hindu calendar integration, and electional astrology. Accurate calculations based on observer location.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesDate in YYYY-MM-DD format. A single-digit month or day is accepted and zero-padded (2026-3-5 becomes 2026-03-05). Impossible calendar dates are rejected.
langNoResponse language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English.en
compactNoSet true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {"__cols":[names],"__rows":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens.
latitudeYesObserver latitude in decimal degrees. Determines sunrise and sunset times which define day/night boundaries for muhurta calculations.
timezoneNoTimezone: an IANA name (e.g. "America/New_York", "Europe/London", or `cities[0].timezone` from /location/search) or decimal hours from UTC (e.g. -5 for EST, 5.5 for IST). An IANA name is resolved to the offset in force at the given date and time. Send the timezone that matches the coordinates: sunrise, sunset and every muhurta boundary are found by searching forward from local midnight, so the default anchors the search to an Indian day. Omitting it for a location outside IST returns a correctly ordered set of periods for the wrong window, shifted by the difference between 5.5 and the real offset. Defaults to 5.5 (IST).
longitudeYesObserver longitude in decimal degrees. Affects local time calculations for sunrise, sunset, and muhurta period boundaries.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes
horaYes
varaYes
yogaYes
tithiYes
bhadraYes
gulikaYes
karanaYes
sunsetYes
moonsetYes
sunSignYes
sunriseYes
varjyamYes
locationYes
moonSignYes
moonriseYes
panchakaYes
rahuKaalYes
nakshatraYes
tarabalamYes
yamagandaYes
amritKalamYes
durMuhurtaYes
transitionsYes
chandrabalamYes
sunNakshatraYes
brahmaMuhurtaYes
pratahSandhyaYes
vijayaMuhurtaYes
abhijitMuhurtaYes
godhuliMuhurtaYes
nishitaMuhurtaYes
sayahnaSandhyaYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / timezone / description
      Previous value: -"Timezone offset from UTC in decimal hours, for example -5 for New York or 9 for Tokyo. Send the offset that matches the coordinates: sunrise, sunset and every muhurta boundary are found by searching forward from local midnight, so the default anchors the search to an Indian day. Omitting it for a location outside IST returns a correctly ordered set of periods for the wrong window, shifted by the difference between 5.5 and the real offset. Defaults to 5.5 (IST)."New value: +"Timezone: an IANA name (e.g. \"America/New_York\", \"Europe/London\", or `cities[0].timezone` from /location/search) or decimal hours from UTC (e.g. -5 for EST, 5.5 for IST). An IANA name is resolved to the offset in force at the given date and time. Send the timezone that matches the coordinates: sunrise, sunset and every muhurta boundary are found by searching forward from local midnight, so the default anchors the search to an Indian day. Omitting it for a location outside IST returns a correctly ordered set of periods for the wrong window, shifted by the difference between 5.5 and the real offset. Defaults to 5.5 (IST)."
  2. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "abhijitMuhurta": {
      +      "properties": {
      +        "end": {
      +          "type": "string"
      +        },
      +        "start": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "start",
      +        "end"
      +      ],
      +      "type": [
      +        "object",
      +        "null"
      +      ]
      +    },
      +    "amritKalam": {
      +      "items": {
      +        "properties": {
      +          "end": {
      +            "type": "string"
      +          },
      +          "start": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "start",
      +          "end"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "bhadra": {
      +      "properties": {
      +        "active": {
      +          "type": "boolean"
      +        },
      +        "endsAt": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        },
      +        "startsAt": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        }
      +      },
      +      "required": [
      +        "active",
      +        "startsAt",
      +        "endsAt"
      +      ],
      +      "type": "object"
      +    },
      +    "brahmaMuhurta": {
      +      "properties": {
      +        "end": {
      +          "type": "string"
      +        },
      +        "start": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "start",
      +        "end"
      +      ],
      +      "type": "object"
      +    },
      +    "chandrabalam": {
      +      "properties": {
      +        "ashtamaChandraRashi": {
      +          "type": "string"
      +        },
      +        "favorableRashis": {
      +          "items": {
      +            "type": "string"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "favorableRashis",
      +        "ashtamaChandraRashi"
      +      ],
      +      "type": "object"
      +    },
      +    "date": {
      +      "type": "string"
      +    },
      +    "durMuhurta": {
      +      "items": {
      +        "properties": {
      +          "end": {
      +            "type": "string"
      +          },
      +          "start": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "start",
      +          "end"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "godhuliMuhurta": {
      +      "properties": {
      +        "end": {
      +          "type": "string"
      +        },
      +        "start": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "start",
      +        "end"
      +      ],
      +      "type": [
      +        "object",
      +        "null"
      +      ]
      +    },
      +    "gulika": {
      +      "properties": {
      +        "end": {
      +          "type": "string"
      +        },
      +        "start": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "start",
      +        "end"
      +      ],
      +      "type": "object"
      +    },
      +    "hora": {
      +      "properties": {
      +        "current": {
      +          "type": "string"
      +        },
      +        "end": {
      +          "type": "string"
      +        },
      +        "number": {
      +          "type": "number"
      +        },
      +        "start": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "current",
      +        "number",
      +        "start",
      +        "end"
      +      ],
      +      "type": "object"
      +    },
      +    "karana": {
      +      "properties": {
      +        "characteristics": {
      +          "type": "string"
      +        },
      +        "name": {
      +          "type": "string"
      +        },
      +        "number": {
      +          "type": "integer"
      +        },
      +        "type": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "number",
      +        "name"
      +      ],
      +      "type": "object"
      +    },
      +    "location": {
      +      "properties": {
      +        "latitude": {
      +          "type": "number"
      +        },
      +        "longitude": {
      +          "type": "number"
      +        },
      +        "timezone": {
      +          "type": "number"
      +        }
      +      },
      +      "required": [
      +        "latitude",
      +        "longitude",
      +        "timezone"
      +      ],
      +      "type": "object"
      +    },
      +    "moonSign": {
      +      "properties": {
      +        "name": {
      +          "type": "string"
      +        },
      +        "sanskritName": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "name",
      +        "sanskritName"
      +      ],
      +      "type": "object"
      +    },
      +    "moonrise": {
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "moonset": {
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "nakshatra": {
      +      "properties": {
      +        "characteristics": {
      +          "type": "string"
      +        },
      +        "deity": {
      +          "type": "string"
      +        },
      +        "lord": {
      +          "type": "string"
      +        },
      +        "name": {
      +          "type": "string"
      +        },
      +        "number": {
      +          "maximum": 27,
      +          "minimum": 1,
      +          "type": "integer"
      +        },
      +        "pada": {
      +          "maximum": 4,
      +          "minimum": 1,
      +          "type": "integer"
      +        },
      +        "symbol": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "number",
      +        "name",
      +        "lord",
      +        "pada"
      +      ],
      +      "type": "object"
      +    },
      +    "nishitaMuhurta": {
      +      "properties": {
      +        "end": {
      +          "type": "string"
      +        },
      +        "start": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "start",
      +        "end"
      +      ],
      +      "type": "object"
      +    },
      +    "panchaka": {
      +      "properties": {
      +        "active": {
      +          "type": "boolean"
      +        },
      +        "endsAt": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        },
      +        "startsAt": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        },
      +        "type": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        }
      +      },
      +      "required": [
      +        "active",
      +        "type",
      +        "startsAt",
      +        "endsAt"
      +      ],
      +      "type": "object"
      +    },
      +    "pratahSandhya": {
      +      "properties": {
      +        "end": {
      +          "type": "string"
      +        },
      +        "start": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "start",
      +        "end"
      +      ],
      +      "type": [
      +        "object",
      +        "null"
      +      ]
      +    },
      +    "rahuKaal": {
      +      "properties": {
      +        "end": {
      +          "type": "string"
      +        },
      +        "start": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "start",
      +        "end"
      +      ],
      +      "type": "object"
      +    },
      +    "sayahnaSandhya": {
      +      "properties": {
      +        "end": {
      +          "type": "string"
      +        },
      +        "start": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "start",
      +        "end"
      +      ],
      +      "type": [
      +        "object",
      +        "null"
      +      ]
      +    },
      +    "sunNakshatra": {
      +      "properties": {
      +        "lord": {
      +          "type": "string"
      +        },
      +        "name": {
      +          "type": "string"
      +        },
      +        "number": {
      +          "maximum": 27,
      +          "minimum": 1,
      +          "type": "integer"
      +        },
      +        "pada": {
      +          "maximum": 4,
      +          "minimum": 1,
      +          "type": "integer"
      +        }
      +      },
      +      "required": [
      +        "number",
      +        "name",
      +        "lord",
      +        "pada"
      +      ],
      +      "type": "object"
      +    },
      +    "sunSign": {
      +      "properties": {
      +        "name": {
      +          "type": "string"
      +        },
      +        "sanskritName": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "name",
      +        "sanskritName"
      +      ],
      +      "type": "object"
      +    },
      +    "sunrise": {
      +      "type": "string"
      +    },
      +    "sunset": {
      +      "type": "string"
      +    },
      +    "tarabalam": {
      +      "properties": {
      +        "favorableNakshatras": {
      +          "items": {
      +            "type": "string"
      +          },
      +          "type": "array"
      +        },
      +        "unfavorableNakshatras": {
      +          "items": {
      +            "type": "string"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "favorableNakshatras",
      +        "unfavorableNakshatras"
      +      ],
      +      "type": "object"
      +    },
      +    "tithi": {
      +      "properties": {
      +        "deity": {
      +          "type": "string"
      +        },
      +        "element": {
      +          "type": "string"
      +        },
      +        "name": {
      +          "type": "string"
      +        },
      +        "number": {
      +          "maximum": 30,
      +          "minimum": 1,
      +          "type": "integer"
      +        },
      +        "paksha": {
      +          "enum": [
      +            "Shukla",
      +            "Krishna"
      +          ],
      +          "type": "string"
      +        },
      +        "percent": {
      +          "maximum": 100,
      +          "minimum": 0,
      +          "type": "number"
      +        },
      +        "rulingPlanet": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "number",
      +        "name",
      +        "paksha",
      +        "percent"
      +      ],
      +      "type": "object"
      +    },
      +    "transitions": {
      +      "properties": {
      +        "karana": {
      +          "properties": {
      +            "endsAt": {
      +              "type": "string"
      +            },
      +            "next": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "endsAt",
      +            "next"
      +          ],
      +          "type": "object"
      +        },
      +        "moonSign": {
      +          "properties": {
      +            "changesAt": {
      +              "type": "string"
      +            },
      +            "current": {
      +              "type": "string"
      +            },
      +            "next": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "current",
      +            "changesAt",
      +            "next"
      +          ],
      +          "type": "object"
      +        },
      +        "nakshatra": {
      +          "properties": {
      +            "endsAt": {
      +              "type": "string"
      +            },
      +            "next": {
      +              "type": "string"
      +            },
      +            "nextPada": {
      +              "type": "number"
      +            }
      +          },
      +          "required": [
      +            "endsAt",
      +            "next",
      +            "nextPada"
      +          ],
      +          "type": "object"
      +        },
      +        "tithi": {
      +          "properties": {
      +            "endsAt": {
      +              "type": "string"
      +            },
      +            "next": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "endsAt",
      +            "next"
      +          ],
      +          "type": "object"
      +        },
      +        "yoga": {
      +          "properties": {
      +            "endsAt": {
      +              "type": "string"
      +            },
      +            "next": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "endsAt",
      +            "next"
      +          ],
      +          "type": "object"
      +        }
      +      },
      +      "required": [
      +        "tithi",
      +        "yoga",
      +        "karana",
      +        "nakshatra",
      +        "moonSign"
      +      ],
      +      "type": "object"
      +    },
      +    "vara": {
      +      "properties": {
      +        "lord": {
      +          "type": "string"
      +        },
      +        "name": {
      +          "type": "string"
      +        },
      +        "sanskritName": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "name",
      +        "sanskritName",
      +        "lord"
      +      ],
      +      "type": "object"
      +    },
      +    "varjyam": {
      +      "items": {
      +        "properties": {
      +          "end": {
      +            "type": "string"
      +          },
      +          "start": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "start",
      +          "end"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "vijayaMuhurta": {
      +      "properties": {
      +        "end": {
      +          "type": "string"
      +        },
      +        "start": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "start",
      +        "end"
      +      ],
      +      "type": "object"
      +    },
      +    "yamaganda": {
      +      "properties": {
      +        "end": {
      +          "type": "string"
      +        },
      +        "start": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "start",
      +        "end"
      +      ],
      +      "type": "object"
      +    },
      +    "yoga": {
      +      "properties": {
      +        "characteristics": {
      +          "type": "string"
      +        },
      +        "name": {
      +          "type": "string"
      +        },
      +        "number": {
      +          "maximum": 27,
      +          "minimum": 1,
      +          "type": "integer"
      +        }
      +      },
      +      "required": [
      +        "number",
      +        "name"
      +      ],
      +      "type": "object"
      +    }
      +  },
      +  "required": [
      +    "date",
      +    "location",
      +    "vara",
      +    "sunrise",
      +    "sunset",
      +    "moonrise",
      +    "moonset",
      +    "moonSign",
      +    "sunSign",
      +    "sunNakshatra",
      +    "tithi",
      +    "nakshatra",
      +    "yoga",
      +    "karana",
      +    "hora",
      +    "rahuKaal",
      +    "yamaganda",
      +    "gulika",
      +    "abhijitMuhurta",
      +    "brahmaMuhurta",
      +    "vijayaMuhurta",
      +    "nishitaMuhurta",
      +    "godhuliMuhurta",
      +    "pratahSandhya",
      +    "sayahnaSandhya",
      +    "durMuhurta",
      +    "varjyam",
      +    "amritKalam",
      +    "chandrabalam",
      +    "tarabalam",
      +    "panchaka",
      +    "bhadra",
      +    "transitions"
      +  ],
      +  "type": "object"
      +}
  3. Changed2 schema fields changed
    • changedInput schema / properties / lang / description
      Previous value: -"Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English."New value: +"Response language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English."
    • changedInput schema / properties / lang / enum
      Previous value: -[
      -  "en",
      -  "tr",
      -  "de",
      -  "es",
      -  "hi",
      -  "pt",
      -  "fr",
      -  "ru"
      -]New value: +[
      +  "en",
      +  "tr",
      +  "de",
      +  "es",
      +  "hi",
      +  "pt",
      +  "fr",
      +  "ru",
      +  "zh-Hans",
      +  "zh-Hant"
      +]
  4. Changed2 schema fields changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "date": "2026-02-03",
      +    "latitude": 28.6139,
      +    "longitude": 77.209
      +  }
      +]
    • changedInput schema / properties / compact / description
      Previous value: -"Set true to receive the exact same data in a token-optimized shape that is cheaper for you to read: whitespace is stripped and every array of same-shaped objects is encoded columnar as {\"__cols\":[field names],\"__rows\":[[values]]}, so each field name is sent once instead of once per row. Fully lossless (no field or value is dropped or changed) and typically 40 to 52 percent fewer tokens on large results. Prefer true whenever token or inference cost matters. Default false returns standard indented JSON."New value: +"Set true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {\"__cols\":[names],\"__rows\":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens."
  5. Changed1 schema field changed
    • changedInput schema / properties / timezone / description
      Previous value: -"Timezone offset from UTC in decimal hours. Used for sunrise/sunset/moonrise/moonset search accuracy and output time formatting. Essential for correct results outside IST. Defaults to 5.5 (IST)."New value: +"Timezone offset from UTC in decimal hours, for example -5 for New York or 9 for Tokyo. Send the offset that matches the coordinates: sunrise, sunset and every muhurta boundary are found by searching forward from local midnight, so the default anchors the search to an Indian day. Omitting it for a location outside IST returns a correctly ordered set of periods for the wrong window, shifted by the difference between 5.5 and the real offset. Defaults to 5.5 (IST)."
  6. Changed1 schema field changed
    • changedInput schema / properties / compact / description
      Previous value: -"Return the same data in a token-optimized compact shape (minified, with same-shaped arrays encoded columnar) to reduce LLM token cost. Lossless: no fields are dropped. Default false."New value: +"Set true to receive the exact same data in a token-optimized shape that is cheaper for you to read: whitespace is stripped and every array of same-shaped objects is encoded columnar as {\"__cols\":[field names],\"__rows\":[[values]]}, so each field name is sent once instead of once per row. Fully lossless (no field or value is dropped or changed) and typically 40 to 52 percent fewer tokens on large results. Prefer true whenever token or inference cost matters. Default false returns standard indented JSON."
  7. Changed1 schema field changed
    • addedInput schema / properties / compact
      Added value: +{
      +  "default": false,
      +  "description": "Return the same data in a token-optimized compact shape (minified, with same-shaped arrays encoded columnar) to reduce LLM token cost. Lossless: no fields are dropped. Default false.",
      +  "type": "boolean"
      +}
  8. Changed1 schema field changed
    • changedInput schema / properties / timezone / anyOf
      Previous value: -[
      -  {
      -    "maximum": 14,
      -    "minimum": -14,
      -    "type": "number"
      -  },
      -  {
      -    "pattern": "^[A-Za-z_]+(?:\\/[A-Za-z0-9_+-]+){0,2}$",
      -    "type": "string"
      -  }
      -]New value: +[
      +  {
      +    "maximum": 14,
      +    "minimum": -14,
      +    "type": "number"
      +  },
      +  {
      +    "type": "string"
      +  }
      +]
  9. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds the note 'Accurate calculations based on observer location,' which provides a minor behavioral hint about location dependence, but does not describe potential edge cases, rate limits, or response characteristics beyond the content list. It does not contradict the annotations.

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 a single paragraph of three sentences, front-loaded with the core content (five limbs and additional periods). It is efficient and avoids fluff, though the final sentence about accurate calculations is somewhat redundant given the schema. Overall, it is well-structured and earns its length.

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 complexity of the tool (6 parameters, extensive output), the description provides a solid high-level overview of content and use cases. The presence of an output schema covers return details, and the parameter schema covers inputs thoroughly. The description does not mention the compact parameter or timezone nuances, but those are in the schema. It is sufficiently complete for an agent to understand the tool's purpose and call it correctly when combined with schema.

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 all six parameters (date, lang, compact, latitude, timezone, longitude) are already thoroughly documented. The description only reinforces the role of observer location in calculations, which the schema already explains in detail. It adds minimal new meaning beyond the schema, justifying the baseline score of 3.

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 returns a complete daily panchang with all five limbs (Tithi, Nakshatra, Yoga, Karana, Vara) plus sunrise/sunset/moonrise/moonset times, inauspicious and auspicious periods, and planetary hora. It is specific about the resource and scope, and the word 'detailed' plus the enumerated components distinguish it from basic panchang tools, though it does not name siblings.

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 mentions essential use cases (muhurta selection, daily horoscope apps, Hindu calendar integration, electional astrology) but does not explicitly contrast with sibling tools like panchang_basic, choghadiya, or hora. It gives implied context for when this detailed tool is appropriate but lacks explicit when-not-to-use or alternative selection guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources