Skip to main content
Glama
geoffbelknap

LimaCharlie MCP

by geoffbelknap

lc_preview_create_case

Preview creating a LimaCharlie case to evaluate detection details and severity settings before submission.

Instructions

Preview creating a LimaCharlie case through ext-cases.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
oidYes
summaryNo
severityNo
detectionNo
token_ttl_secondsNo
Behavior2/5

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

With no annotations, the description carries full behavioral burden. 'Preview' implies a non-destructive simulation, but no details on side effects, permission requirements, or what the preview actually validates. This is insufficient for safe invocation.

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 extremely concise at seven words, fitting on one line. While efficient, it sacrifices necessary detail for brevity. Still, it is not verbose or poorly structured.

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

Completeness1/5

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

Given 5 parameters, no output schema, and no annotations, the description is severely incomplete. It fails to explain the preview behavior, return value, or parameter purposes, leaving the agent without critical context for correct use.

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

Parameters1/5

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

The input schema has 5 parameters (1 required) with 0% description coverage, and the tool description provides no parameter-level guidance. The agent has no context on what each parameter does, severely hampering correct invocation.

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 description clearly states the verb ('Preview creating') and the resource ('LimaCharlie case'), distinguishing it from other actions. However, it lacks specificity on what 'preview' entails, such as validation or cost estimation, which could aid differentiation from the many sibling preview tools.

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 guidance is provided on when to use this tool over alternatives like lc_preview_update_case or actual case creation. The description does not mention context, prerequisites, or exclusions, leaving the agent to infer usage.

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/geoffbelknap/limacharlie-mcp'

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