Skip to main content
Glama
mguttmann
by mguttmann

Creating a custom report

action1_create_report
Destructive

Create a custom report in the predefined Custom report category to monitor endpoints, track compliance, or audit security.

Instructions

Creating a custom report. Creates a custom report in the predefined Custom report category. Perm: manage_reports.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesRequest body (schema: object)
confirmNoRequired to execute. Exact string "YES".
dry_runNoDefault true (preview). Set false to execute.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations indicate destructiveHint=true, consistent with 'Creates'. The description adds the permission requirement. However, it does not discuss side effects, the confirm parameter, or dry_run behavior, which are important for a destructive operation.

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

Conciseness4/5

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

The description is a single sentence with a permission note, making it concise and front-loaded. However, it could be structured to include more details without being verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

An output schema exists but is not described. The description omits the confirm/dry_run mechanism, which is crucial for safe usage. Given the tool's destructive nature and presence of these parameters, the description is incomplete.

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%, so all parameters are documented in the schema. The description adds no extra meaning beyond the schema, such as explaining the confirm or dry_run fields.

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 title and description state the tool creates a custom report in the 'Custom report category', which differentiates it from other report-related siblings like create_report_subscription. However, it does not fully elaborate on the scope or uniqueness.

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?

The description mentions the required permission 'manage_reports' but provides no guidance on when to use this tool versus alternatives. It lacks context on prerequisites or when not to use it.

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/mguttmann/action1-mcp'

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