Skip to main content
Glama

Export Ops Report CSV

lyzr_ops_export_report_csv

Export operational metrics as a CSV file for a specified date range. Provide start and end dates to generate the report.

Instructions

Export an operations report as CSV for a date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateYesEnd date (YYYY-MM-DD)
start_dateYesStart date (YYYY-MM-DD)
Behavior2/5

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

Annotations already indicate the tool is not read-only (readOnlyHint=false) and may have side effects (openWorldHint=true), matching the 'export' action. However, the description adds no additional behavioral context, such as what happens to the generated CSV (returned as content, saved to storage, or provided via a link), whether it is synchronous, or any permission requirements.

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?

The description is a single, front-loaded sentence with zero fluff. Every word contributes to meaning: action, object, output format, and temporal scope. That is an ideal level of conciseness for its length.

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

Completeness2/5

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

While the tool is simple, the absence of an output schema means the description should clarify what the agent receives when calling it (CSV content, file identifier, etc.). It also does not mention whether this is an asynchronous operation or how the result is retrieved. Given the large number of sibling tools, more context is needed for reliable selection and invocation.

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 schema provides full coverage of both parameters (start_date and end_date) with format descriptions (YYYY-MM-DD). The phrase 'date range' in the description aligns with these parameters but adds no extra meaning beyond the schema. Baseline 3 applies given high schema coverage.

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 a specific action: 'Export an operations report as CSV' and scopes it to 'a date range'. This distinguishes it from sibling tools like lyzr_ops_generate_report or lyzr_ops_get_dashboard, which would generate or display reports in other ways.

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?

No explicit when-to-use or alternative guidance is provided. The description implies usage when a CSV export of an ops report is needed, but it does not contrast with the many sibling report and ops tools. An agent would have to infer use cases from the name.

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/nandanNM/lyzr-mcp'

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