Skip to main content
Glama

get_activity_changes

Read-onlyIdempotent

Find out what changed in a SimpleLocalize activity by providing its ID to receive a complete list of content changes.

Instructions

This tool will list all content changes for a given activity entry in your SimpleLocalize project.

  • Provide 'activityId' (required, from get_activity).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
activityIdYesThe activity ID to get changes for.
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint=false, so the safety profile is well covered. The description adds that it returns all content changes and requires an activityId, but does not disclose pagination, limits, return structure, or any other behavioral nuances beyond the 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 two sentences with no filler. The purpose is front-loaded and the parameter guidance is concise and actionable.

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?

This is a simple one-parameter read-only tool with rich annotations. The description tells the agent what the tool does and how to obtain the required ID. It does not describe the return format, but this is a minor gap given the simplicity and the explicit 'list all content changes' outcome.

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% and the schema already documents activityId well. The description reinforces that it is required and suggests sourcing it from get_activity, but this adds only marginal value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists all content changes for a specific activity entry, using a specific verb and resource. It implicitly differentiates from siblings like get_activity by focusing on changes, but does not explicitly name a sibling alternative.

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

Usage Guidelines3/5

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

It gives a clear prerequisite ('activityId' from get_activity), which helps the agent understand where the ID comes from. However, it does not explicitly state when to prefer this tool over alternatives or when not to use it.

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

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

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