Skip to main content
Glama
Movm

Transitous MCP Server

by Movm

Execute a Transitous API action

execute_api_action
Read-onlyIdempotent

Execute a predefined transit API action by providing its ID and documented parameters, returning MOTIS data for station search or journey routing.

Instructions

Execute one read-only operation from the allowlisted Transitous/MOTIS action catalog. Supports every documented GET and computational POST operation; arbitrary URLs and undocumented parameters are rejected. Use search_api_actions to obtain the action ID and parameter fields. Large responses may be truncated. API documentation: https://transitous.org/api/ OpenAPI: https://github.com/motis-project/motis/blob/v2.10.2/openapi.yaml Usage warning: Transitous is a volunteer-run, best-effort service intended for FOSS and non-profit use. Use a descriptive User-Agent with contact details, cache results, avoid heavy traffic, and contact Transitous before resource-intensive or commercial use.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON object for POST actions; omit for GET actions
queryNoDocumented query parameters; arrays are encoded as comma-separated values
actionIdYesAllowlisted action ID returned by search_api_actions
maxResponseBytesNoMaximum response bytes returned through MCP; narrow large map queries when possible
acknowledgeHeavyRequestNoRequired for actions marked resourceIntensive after reviewing the Transitous usage policy
Behavior4/5

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

Description adds context beyond annotations: mentions support for GET and computational POST, rejection of arbitrary URLs, truncation of large responses, and usage policy. However, the mention of POST operations may cause confusion with the read-only annotation.

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?

Description is well-structured with purpose first, then details and warnings. While slightly long, every sentence adds value. Could be slightly more concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers allowed operations, truncation, and usage policy, but lacks information on error handling or response format. Adequate but not exhaustive given no output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for all parameters. The description adds value by explaining the purpose of maxResponseBytes (truncation) and acknowledgeHeavyRequest (required for heavy actions), going beyond schema.

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 verb 'Execute', the resource 'read-only operation from the allowlisted Transitous/MOTIS action catalog', and distinguishes it from sibling tools like search_api_actions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Clearly states to use search_api_actions to obtain the action ID and parameter fields. Provides responsible usage warnings and prerequisites, but does not explicitly state when not to use the tool.

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

Install Server

Other Tools

Latest Blog Posts

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/Movm/transitous-mcp'

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