Skip to main content
Glama

find_recently_added_or_modified

Read-only

Find location records added/modified in Atlas during inclusive UTC dates, newest matching timestamp first. Not historical capture dates or a complete change log; render-only changes may not update a location. Example: {"from":"2026-09-01","to":"2026-09-14","kind":"added"}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesInclusive UTC date YYYY-MM-DD.
fromYesInclusive UTC date YYYY-MM-DD.
kindNoadded, modified, or either.either
limitNoMaximum results, 1–100.
dimensionNoOptional dimension 0, 1 or 2.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds useful behavioral context beyond that: result ordering, inclusive UTC date semantics, and the caveat that render-only changes may not update a location.

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?

Three tight sentences front-load the core behavior, then add necessary caveats and a compact example. There is no filler or redundant restatement of the tool name.

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

Completeness5/5

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

With full schema coverage, read-only annotations, and an output schema present, the description covers the remaining important state: ordering, date interpretation, and known limitations. An agent has what it needs to select and invoke the tool correctly.

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%, so parameters are already well documented. The description only adds a concrete example showing from/to/kind, which reinforces but does not substantially extend the schema's parameter semantics.

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?

States a specific verb ('find'), resource ('location records'), and scope ('added/modified in Atlas during inclusive UTC dates, newest matching timestamp first'). The negative statements ('Not historical capture dates or a complete change log') sharpen the purpose and distinguish it from related time-based tools.

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?

Provides clear context on what the tool is for and what it is not for: not historical capture dates, not a complete change log, and render-only changes may not update a location. It does not explicitly name sibling alternatives, so it stops short of full alternative routing.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.