fetch_railway_docs
Retrieve the latest Railway CLI documentation directly within Cursor IDE. Optionally, fetch docs from a custom URL to access specific or updated content.
Instructions
Fetches the most recent Railway CLI documentation. Optionally, provide a custom URL.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | No | Optional custom URL for fetching Railway CLI docs. |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "Optional custom URL for fetching Railway CLI docs.",
"type": "string"
}
},
"type": "object"
}