Skip to main content
Glama

List Blueprint syncs

render_list_blueprint_syncs
Read-onlyIdempotent

Retrieve a list of syncs for a Blueprint by providing its ID, with optional pagination.

Instructions

List Blueprint syncs. List syncs for the Blueprint with the provided ID. Calls GET /blueprints/{blueprintId}/syncs on the Render Public API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoThe maximum number of items to return. For details, see [Pagination](https://api-docs.render.com/reference/pagination).
cursorNoThe position in the result list to start from when fetching paginated results. For details, see [Pagination](https://api-docs.render.com/reference/pagination).
blueprintIdYesThe ID of the Blueprint
Behavior2/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true. The description adds the API endpoint and verb but does not disclose additional behavioral traits such as response structure or pagination behaviour beyond what the schema provides. Since annotations cover safety, the description adds limited value.

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 three sentences long, each earning its place: the first restates the title, the second specifies the blueprint ID, and the third gives the API endpoint. It is front-loaded and contains no unnecessary words.

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

Completeness3/5

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

For a simple list operation with no output schema and well-documented parameters (100% coverage), the description is minimally adequate. It states the purpose and endpoint but lacks details about the response format or pagination usage, which the schema partially covers via links.

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%. The description does not add any new meaning for the parameters; it merely references the blueprint ID. The schema already describes each parameter adequately, including links to pagination docs for limit and cursor.

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 'List' and the resource 'Blueprint syncs', and specifies that it lists syncs for the Blueprint with the provided ID. It distinguishes from sibling tools like render_list_blueprints by focusing on syncs of a specific blueprint.

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?

The description does not provide explicit guidance on when to use this tool versus alternatives. It implies the need for a blueprint ID but does not explain prerequisites (e.g., obtaining a blueprint ID from list_blueprints) or mention pagination handling. Context is minimal.

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/LuSrodri/render-useful-mcp'

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