Skip to main content
Glama
growilabs
by growilabs

listRevisionChanges

Read-onlyIdempotent

List your consecutive-edit runs across all GROWI pages, showing baseline and final revisions, for incremental sync with cursor pagination.

Instructions

List the authenticated user's consecutive-edit runs across all pages in GROWI. Each entry includes the baseline (from) and final (to) revision of the run with page accessibility flags, ordered for stable incremental sync with cursor pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of run entries to return (1-100, default 20, optional)
sinceNoInclusive lower bound on revision createdAt (ISO 8601, optional)
cursorNoOpaque pagination cursor returned in the `next` field of a prior response (optional)
toDateNoEnd of the date range (inclusive, ISO 8601, optional). Must not be earlier than `fromDate`
appNameNoGROWI app name to operate on (optional, uses default if not specified)
fromDateNoStart of the date range (inclusive, ISO 8601, optional). Combined with `since`: the effective lower bound is the later of the two values
Behavior4/5

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

Annotations already mark it as read-only, idempotent, and non-destructive. The description adds behavioral context: the structure of runs (baseline/final), page accessibility flags, and ordering for stable sync. This complements rather than contradicts 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?

Two sentences efficiently convey the tool's core purpose and output details without extraneous information.

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?

No output schema exists, but the description provides a high-level structure of entries (baseline/final revision, flags) and implies pagination via 'cursor'. Additional detail on exact response fields would be beneficial, but current info is sufficient for basic understanding.

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 coverage is 100% with descriptions for all 6 parameters. The description does not add significant meaning beyond what the schema provides, so 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 clearly states it lists consecutive-edit runs across all pages, distinguishing it from other revision-related siblings. It specifies the content of each entry (baseline/final revision with page accessibility flags) and ordering for incremental sync.

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 emphasizes stable incremental sync with cursor pagination, indicating a primary use case. It lacks explicit guidance on when not to use or alternatives, but the context of siblings makes the purpose clear.

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/growilabs/growi-mcp-server'

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