Skip to main content
Glama
anands-bounteous

Log Intelligence MCP

delete_ticket_logs

Remove a ticket's stored embeddings and raw log files after processing, reclaiming disk space and eliminating stale data for completed Jira tickets.

Instructions

Clean up a ticket after the pipeline completes: remove embeddings and raw files.

Deletes the ticket's vectors from the store and (by default) the raw log files the Jira MCP downloaded locally, freeing disk and clearing stale data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ticket_idYes
delete_rawNo
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses exactly what gets deleted: ticket vectors from the store and, by default, locally downloaded raw log files. It lacks explicit irreversibility or permission notes but is not misleading.

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 two sentences, front-loaded with a clear summary and followed by concise elaboration. Every sentence adds value and there is no filler.

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 destructive tool with no annotations and no output schema, the description covers the key facts: what is deleted, when to run it, and the default raw-file behavior. It could mention irreversibility or error cases, but it is largely complete for its simplicity.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. It connects delete_raw to 'by default the raw log files' and connects ticket_id to 'the ticket's vectors'. This adds meaningful semantics beyond the bare 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?

The description opens with a specific action ('Clean up a ticket') and clearly identifies the resources being affected: embeddings and raw log files. This distinguishes it from sibling tools like ingest_ticket_logs, query_logs, and get_log_stats.

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?

It gives an explicit temporal context: 'after the pipeline completes', and explains the intended benefit ('freeing disk and clearing stale data'). It does not name explicit alternatives or when-not-to-use cases, but the context is clear enough for an agent to decide.

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/anands-bounteous/log-intelligence-mcp'

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