Skip to main content
Glama

Summarize Dawarich journeys

dawarich_summarize_journeys
Read-only

Summarize trips in a date range with a simple table showing weekday, route, time, distance, and mode. Get a clear journey overview for easier planning or review.

Instructions

Returns a simple human-readable trip table for a date range, including weekday, from-to places, time, distance, mode, and track ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modesNoOptional list of modes to include, for example ['driving'].
end_atYesEnd date or timestamp, for example 2026-08-02.
start_atYesStart date or timestamp, for example 2026-07-27.
weekdays_onlyNoWhen true, include only Monday through Friday.
min_distance_kmNoOptional minimum distance in kilometers.
include_markdownNoWhen true, include a ready-to-copy Markdown table.
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds output format details but no extra behavioral traits (e.g., pagination, timezone handling, data completeness). No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no redundant wording. It efficiently communicates the action, scope, and return content.

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?

There is no output schema, so the description appropriately lists the return fields (weekday, from-to places, time, distance, mode, track ID). It is sufficient for a summary tool, though it omits optional details like ordering or limits.

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% and all six parameters are already documented with examples and types. The description mentions 'date range' and 'mode' but does not add meaning beyond what the schema provides; baseline 3 is appropriate.

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 uses a specific verb ('Returns'), identifies the resource ('simple human-readable trip table'), and scopes it to a date range. It also lists output fields, clearly distinguishing it from sibling tools like dawarich_get_stats or dawarich_get_timeline.

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?

The description conveys clear context: use this tool when you need a readable journey summary for a date range. It doesn't explicitly state when not to use it or name alternatives, but the scope and output type make the intended use unambiguous.

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/xstb/dawarich-mcp'

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