Skip to main content
Glama

List Dawarich visits

dawarich_list_visits
Read-only

Retrieve visits from a Dawarich instance using optional date and status filters to analyze location history and trip patterns.

Instructions

Lists visits from Dawarich. Optional filters are passed through as query parameters when provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_atNoOptional end date or timestamp.
statusNoOptional visit status filter.
start_atNoOptional start date or timestamp.
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 detail that filters are passed as query parameters, which is minor behavioral context but does not elaborate on ordering, pagination, or return format.

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 two sentences, front-loaded with the purpose, and contains no redundant or extraneous information. Every word earns its place.

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?

For a simple list tool with no required parameters and good annotations, the description covers the essential behavior: it lists visits and explains how filters work. There is no output schema, but the absence of detail on return values is acceptable given the straightforward nature of the operation.

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%, with each parameter individually documented (e.g., 'Optional start date or timestamp'). The description adds no new semantic detail beyond what the schema already provides, so it meets the baseline but does not exceed it.

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's function: 'Lists visits from Dawarich.' The verb 'lists' and the resource 'visits' make the purpose specific and distinguishable from sibling tools like dawarich_list_points or dawarich_get_track_points.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives among the sibling tools. It only mentions that optional filters are passed as query parameters, which is parametric behavior rather than usage context.

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