fetch_railway_docs_optimized
Retrieve the latest Railway CLI documentation directly within Cursor IDE. Optionally, specify a custom URL for tailored content access.
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"
}