Skip to main content
Glama

Retrieve notification settings

render_retrieve_owner_notification_settings
Read-onlyIdempotent

Retrieve notification settings for a workspace owner by providing the owner ID. Get current notification configurations to manage alerts.

Instructions

Retrieve notification settings. Retrieve notification settings for the owner with the provided ID. Note that you provide an owner ID to this endpoint, not the ID for a particular resource. Calls GET /notification-settings/owners/{ownerId} on the Render Public API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerIdYesThe ID of the workspace to return resources for
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds little beyond stating the HTTP method (GET) and that it queries a specific endpoint. No contradictions.

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 three sentences, but the first two are nearly identical ('Retrieve notification settings.' followed by 'Retrieve notification settings for the owner with the provided ID.'). It could be more concise.

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 tool with one parameter and rich annotations, the description covers purpose, parameter usage, and the API endpoint. It is sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema describes ownerId as 'The ID of the workspace to return resources for'. The description adds clarity that the owner ID is not a resource ID, providing important disambiguation beyond the schema.

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 it retrieves notification settings for an owner. It specifies the verb 'Retrieve' and the resource 'notification settings for the owner'. However, it does not explicitly differentiate from sibling tools like render_patch_owner_notification_settings.

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 provides guidance that an owner ID is required and that it is not a resource ID. It implies usage for retrieving settings but does not explicitly state when to use this tool vs 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