Skip to main content
Glama

Get change request

get_change_request
Read-onlyIdempotent

Retrieve full details of a change request including the user request, targeted element (CSS selector and outerHTML), page URL, and screenshot URL to implement the change.

Instructions

Get full detail for one change request so you can implement it: the user request, the exact element they pointed at (CSS selector + outerHTML), the page URL, and a screenshot URL. Call this before making the change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesChange request id, from list_change_requests.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesChange request id.
statusYesCurrent status.
page_urlYesURL of the page the request was made on.
requested_byYesRequester email, or "anonymous".
request_textYesWhat the user wants.
revision_requestedYesTrue if the requester reviewed a preview and asked for changes; push to the same branch/PR.
revision_commentYesThe revision note, or empty string if none.
elementsYesElements attached to the request; empty for a general request.
screenshot_urlYesAbsolute screenshot URL, or empty string.
attachment_urlsYesAbsolute URLs of any extra attachments.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, but the description adds value by detailing what data is returned (user request, CSS selector, outerHTML, page URL, screenshot URL), which helps the agent understand the tool's output.

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 a single, focused sentence with a list of returned fields. No unnecessary words; front-loaded with action and purpose.

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?

For a simple one-parameter tool with high schema coverage, rich annotations, and an output schema, the description is complete. It tells the agent what it returns and when to call it, leaving no gaps.

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's description for 'id' is already informative. The tool description does not add new parameter-specific details beyond the schema, so a baseline score of 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 the verb 'get' and the resource 'change request', and lists the exact returned fields: user request, element details, page URL, screenshot URL. It distinguishes from sibling list_change_requests which only lists IDs, making the purpose unambiguous.

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?

Explicitly advises to call this 'before making the change', giving clear usage context. While it doesn't explicitly list when not to use, the context and sibling tools make alternatives obvious.

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/deslay1/amendor-mcp'

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