Skip to main content
Glama

List Dawarich points

dawarich_list_points
Read-only

Lists raw tracked location points for a date range, including anomaly filters. Use when timeline or visits are empty to access underlying location data.

Instructions

Lists raw tracked location points for a date range. Use this for today's activity when timeline or visits are empty.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoOptional page number.
slimNoWhen true, returns slim points with latitude, longitude, and timestamp only.
orderNoPoint timestamp order. Defaults to desc in Dawarich.
end_atNoOptional end date, timestamp, or Unix timestamp.
per_pageNoOptional page size. Dawarich defaults to 100.
start_atNoOptional start date, timestamp, or Unix timestamp.
anomalies_onlyNoWhen true, returns only points marked as anomalies.
include_anomaliesNoWhen true, includes points marked as anomalies.
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 that this returns 'raw tracked location points' and the date-range scope, but it does not disclose details like pagination behavior or response format beyond what the schema already implies.

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?

Two sentences with no filler. The first sentence states the core function, the second provides usage context. 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?

Despite having 8 optional parameters and no output schema, the description gives enough context for basic use: it says what the tool returns and when to use it. The schema and annotations fill in parameter details, so the description is adequate, though it could mention large result pagination or anomaly flags.

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 already described (e.g., 'Optional start date, timestamp, or Unix timestamp'). The description only adds 'date range' context but does not clarify parameter usage beyond the schema, so it meets the baseline for high coverage.

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 'Lists' and the resource 'raw tracked location points' plus the scope 'for a date range'. It distinguishes this from siblings by highlighting that it returns raw points and referencing timeline and visits as alternatives, which is a strong purpose statement.

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

Usage Guidelines5/5

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

Explicitly says 'Use this for today's activity when timeline or visits are empty', which provides a concrete when-to-use condition and implies when not to use (when timeline/visits have data). This is clear usage guidance with alternatives.

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