Skip to main content
Glama
siscale

Arcanna Input MCP Server

by siscale

send_event_with_id_to_external_input_job

Send a security alert with a unique event ID to an Arcanna external input job for ingestion and receive event tracking details.

Instructions

Send a JSON security alert/incident/event to Arcanna for ingestion.

Parameters:
-----------
job_id : int
    Unique identifier for the external input job.
event : dict
    A raw dictionary containing event/alert/incident data.
event_id: str
    Unique identifier for the event.

Returns:
--------
dict
    A dictionary containing event tracking details with the following keys:

    - event_id (str): Unique identifier for the event.
    - job_id (int): Unique identifier of the job where the event has been sent to.
    - ingest_timestamp (str): Timestamp when the data was ingested.
    - status (str): Status that tells if the event has been sent to ingestion successfully
    - error_message (str): Error details in case of failure; empty if successful.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes
eventYes
event_idYes
Behavior3/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 states that the tool sends data to Arcanna and returns a dict with status and error_message, implying mutation and potential failure. However, it does not disclose authorization requirements, rate limits, idempotency, or whether it is destructive. The description is adequate but not thorough given the lack of annotations.

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 well-structured with a clear summary sentence followed by 'Parameters:' and 'Returns:' sections using bullet points. It is front-loaded with the main purpose. However, the parameter descriptions are redundant with the argument list (though needed due to schema deficiencies), and the return section could be slightly more concise. Still, it earns its place.

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?

The description explains all parameters and the return value, which is helpful. However, it assumes the agent knows that job_id must correspond to an existing external input job (presumably retrievable via 'get_external_input_jobs'), and it does not mention any dependencies or setup steps. The return value includes error_message but no explanation of error handling. Given the tool's complexity (3 required params, nested object), it is partially complete.

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?

The input schema has 0% description coverage, meaning it provides no descriptions for parameters. The tool's description explicitly describes each parameter (job_id as int referencing an external input job, event as raw dict, event_id as unique identifier), adding significant meaning beyond the schema. It also details the return value structure, which is absent from any output 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 clearly states the action ('Send') and the resource ('a JSON security alert/incident/event to Arcanna for ingestion'). It distinguishes from the sibling 'send_event_to_external_input_job' by including 'with_id' in the name and describing the event_id parameter, indicating this variant allows sending with a specific event identifier.

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 does not provide any guidance on when to use this tool versus the sibling 'send_event_to_external_input_job' (without event_id). It lacks context on prerequisites (e.g., needing to obtain a job_id from 'get_external_input_jobs') or when not to use it. No alternatives are mentioned.

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/siscale/arcanna-mcp-input-server'

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