Skip to main content
Glama

Get memory usage

render_get_memory
Read-onlyIdempotent

Get memory usage metrics for one or more Render resources by specifying service, instance, or resource IDs and an optional time range.

Instructions

Get memory usage. Get memory usage for one or more resources. Calls GET /metrics/memory on the Render Public API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endTimeNoEpoch/Unix timestamp of end of time range to return. Defaults to `now()`.
serviceNoThis parameter is deprecated. Please use `resource` instead (deprecated)
instanceNoInstance ID to query. When multiple instance ID query params are provided, they are ORed together
resourceNoResource ID to query. When multiple resource query params are provided, they are ORed together. Resources can be service ids, Postgres ids, or Redis ids
startTimeNoEpoch/Unix timestamp of start of time range to return. Defaults to `now() - 1 hour`.
resolutionSecondsNoThe resolution of the returned data
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is clear. The description adds the API endpoint and 'one or more resources' but lacks details on pagination, rate limits, or response structure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but contains redundancy: the first sentence repeats the title. The second sentence adds minimal useful info. It could be more concise and front-loaded.

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?

With no output schema and 6 parameters (none required), the description fails to explain the return format, common usage patterns, or how to interpret results. Minimal value beyond schema annotations.

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?

100% schema description coverage means the schema already documents all parameters. The description adds no extra parameter meaning beyond the title and a vague reference to resources.

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 action ('Get memory usage'), the resource (memory usage), and that it can be for one or more resources, distinguishing it from sibling metrics tools like get_cpu and get_bandwidth.

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 explicit guidance on when to use this tool versus alternatives such as get_cpu, get_bandwidth, etc. The description does not specify context, prerequisites, 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