Skip to main content
Glama
AIops-tools

compliance-aiops

bundle_schedule_hint

Generates a ready-to-paste crontab line and command for scheduling periodic compliance evidence bundle generation, supporting HIPAA, PCI-DSS, SOC2, GDPR.

Instructions

[READ] Ready-to-paste cron line + command for periodic sealed-bundle generation.

WRITES NOTHING and starts no daemon — it only composes and validates the crontab line and the exact non-interactive compliance-aiops bundle generate invocation (with the master-password env note) an operator can schedule.

Args: framework: hipaa / pci_dss / soc2 / gdpr / iso27001 / djcp_l3. cron: A standard 5-field cron expression (default: 02:00 every Monday). period: Relative window each run should cover (e.g. "7d", "last-7-days"). sign: If True, include --sign in the composed command.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cronNo0 2 * * 1
signNo
periodNo7d
frameworkYes
Behavior5/5

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

With no annotations provided, the description carries full burden and explicitly states 'WRITES NOTHING and starts no daemon', detailing the exact behavior. This fully discloses the side-effect-free nature.

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 front-loads the key insight '[READ]' and purpose, then explains behavior and parameters. While efficient, the Args section could be more concise, but overall each sentence adds value.

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?

Given the 4 parameters, no output schema, and no annotations, the description covers purpose, behavior, and parameter semantics well. It could specify the exact output format (e.g., a string) but mentions 'master-password env note'. Adequate for the tool's complexity.

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

Parameters5/5

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

Schema description coverage is 0%, but the description includes an Args section that explains each parameter with defaults, examples, and accepted values (e.g., framework list, cron format). This adds significant meaning beyond the schema.

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?

Description clearly states it composes and validates a cron line and command for periodic sealed-bundle generation, with the tag '[READ]' and explicit note that it writes nothing. This distinguishes it from execution-oriented siblings like generate_evidence_bundle and sign_bundle.

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?

Description emphasizes that the tool only composes and validates, and does not execute or schedule, implying use when a ready-to-paste schedule hint is needed. It does not explicitly name alternatives, but the context of sibling tools and the read-only nature provides clear guidance.

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/AIops-tools/Compliance-AIops'

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