Skip to main content
Glama

Delete log stream override

render_delete_resource_log_stream
DestructiveIdempotent

Delete a log stream override for a resource to restore the workspace's default log stream setting.

Instructions

Delete log stream override. Removes the log stream override for the specified resource. After deletion, the resource will use the workspace's default log stream setting. Calls DELETE /logs/streams/resource/{resourceId} on the Render Public API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resourceIdYesThe ID of the resource (server, cron job, postgres, or redis) whose log streams should be returned
Behavior4/5

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

Annotations already declare destructiveHint and idempotentHint. The description adds value by specifying the post-deletion behavior (fallback to default workspace log stream) and calls out the exact API call. This goes beyond the annotations, providing useful behavioral context.

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?

Three sentences: action, effect, API call. Front-loaded with key information, no redundant words. Every sentence serves a clear purpose.

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?

The description covers the main effect and API endpoint. No output schema exists, and the description does not mention return type or error cases. However, with annotations (idempotent, destructive) and the simple nature of a delete, it is reasonably complete. Missing explicit idempotency note, but annotation covers it.

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 coverage is 100% and already describes the resourceId parameter. The tool description's phrase 'for the specified resource' does not add significant meaning beyond the schema. The schema's parameter description says 'returned' which is slightly off for a delete, but that is a schema issue, not in the tool description.

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 ('Delete log stream override') and the resource ('log stream override for the specified resource'), with a specific consequence ('resource will use workspace's default'). This distinguishes it from siblings like render_delete_owner_log_stream and render_update_resource_log_stream. The inclusion of the API endpoint adds further clarity.

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 implies usage by naming the resource and effect, but does not explicitly state when to use this tool versus alternatives (e.g., render_delete_owner_log_stream) or provide prerequisites. The context is clear but no direct guidance on decision-making.

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