Skip to main content
Glama
noosxe
by noosxe

get_auto_approved_log

Get audit logs of auto-approved actions to review worker activities that bypassed coordinator approval.

Instructions

Retrieve the audit log of actions that were auto-approved by the risk policy. Useful for reviewing what the worker did without coordinator intervention.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
patternNoOptional filter: only return log entries whose matched override pattern equals this value.
sessionIdYesThe target session ID.
Behavior3/5

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

No annotations are provided, so the description bears full responsibility. It correctly identifies the operation as a retrieval (non-destructive). However, it does not mention any prerequisites, permissions, rate limits, or output format. For a read-only audit log tool, this is adequate but lacks depth.

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, immediately front-loaded with the action and resource. No wasted words. Structure is optimal.

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 retrieval tool with two fully documented parameters, the description is fairly complete. It could mention the return type or pagination, but the core purpose is sufficiently conveyed.

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%, with both parameters described. The description adds no additional meaning beyond the schema, so a 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 the verb 'Retrieve' and the specific resource 'audit log of actions that were auto-approved by the risk policy'. It provides context about reviewing worker actions without coordinator intervention, which distinguishes it from sibling tools like approve_action or reject_action.

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 indicates when to use the tool ('reviewing what the worker did without coordinator intervention'). While this implies the context, it does not explicitly state when not to use it or list alternatives. The context is clear enough for most agents.

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/noosxe/worker-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server