Skip to main content
Glama

List workspaces

render_list_owners
Read-onlyIdempotent

List Render workspaces your API key can access, optionally filtered by name or owner email. Use this to set RENDER_WORKSPACE_ID and stop being prompted for an owner ID.

Instructions

List workspaces. List the workspaces that your API key has access to, optionally filtered by name or owner email address. Calls GET /owners on the Render Public API. Usage: Returns the workspaces (tea-… ids) your API key can reach. Set RENDER_WORKSPACE_ID to the one you use so every tool needing an ownerId stops asking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOnly return workspaces with one of the provided names. Only exact matches are returned.
emailNoOnly return workspaces owned by one of the provided email addresses.
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).
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context: it calls `GET /owners`, returns workspace IDs, and is the intended mechanism for discovering which workspace to set as RENDER_WORKSPACE_ID. This goes beyond the annotations with practical insight.

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 mostly efficient but opens with a redundant 'List workspaces.' that restates the title and the immediately following sentence. The 'Usage:' section adds value, but the first sentence could be removed. Overall, it is slightly repetitive but not bloated.

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?

For a simple read-only list tool with no output schema, the description provides sufficient context: what it lists, optional filters, the endpoint, and how to use the result (setting RENDER_WORKSPACE_ID). It does not detail pagination behavior, but the schema documents the `limit` and `cursor` parameters, so this gap is acceptable.

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?

The input schema has 100% description coverage, so the parameters are fully documented. The description adds minimal extra meaning by mentioning optional filtering by name or owner email, but this is already implied by the schema. No additional semantics are provided for `limit` or `cursor` beyond what the schema states.

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 workspaces accessible by the API key, optionally filtered by name or owner email. It identifies the specific resource (workspaces) and endpoint (`GET /owners`), which distinguishes it from other list tools in the sibling list. However, it does not explicitly differentiate itself from sibling tools like `render_list_projects` or `render_retrieve_owner`.

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?

The description gives clear context: this tool returns workspace (`tea-…` ids) your API key can reach, and advises setting RENDER_WORKSPACE_ID so other tools needing an `ownerId` stop asking. This is actionable usage guidance, though it does not mention when not to use it or name specific alternatives.

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