Skip to main content
Glama

Trigger point-in-time recovery

render_recover_postgres
Destructive

Trigger point-in-time recovery on a Postgres instance by providing its ID and the restore time. Restores the database to a specific point in time.

Instructions

Trigger point-in-time recovery. Trigger point-in-time recovery on the Postgres instance with the provided ID. Calls POST /postgres/{postgresId}/recovery on the Render Public API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planNoThe plan to use for the new database. Defaults to the same plan as the original database. Cannot be a lower tier plan than the original database.
postgresIdYes
datadogSiteNoDatadog region code to use for monitoring the new database. Defaults to the region code of the original database. Use an empty string to prevent copying of the region code to the new database.
restoreNameNoName of the new database.
restoreTimeYesThe point in time to restore the database to. See `/recovery-info` for restore availability
datadogApiKeyNoDatadog API key to use for monitoring the new database. Defaults to the API key of the original database. Use an empty string to prevent copying of the API key to the new database.
environmentIdNoThe environment to create the new database in. Defaults to the environment of the original database.
Behavior2/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false. The description adds only that it triggers recovery but does not disclose details like whether it creates a new database or replaces the existing one, or any side effects beyond the API call.

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, front-loaded with the main purpose, minimal and efficient. Every sentence adds value.

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

Completeness2/5

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

Given the complexity of point-in-time recovery (7 parameters, no output schema), the description lacks details on expected return values, prerequisites (e.g., backups enabled), and behavior (e.g., does it create a new database?). Incomplete for tool complexity.

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 86%, so the schema already documents parameters well. The description does not add meaning beyond noting the API call; no parameter explanations beyond schema. 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 it triggers point-in-time recovery on a Postgres instance, using the verb 'Trigger' and naming the resource. It distinguishes from siblings like create_postgres or restore_snapshot by specifying the action.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives (e.g., restore_snapshot, failover_postgres). The description only explains the action without context or exclusions.

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