Skip to main content
Glama
SignalEDI

SignalEDI MCP Server

Official

parse_edi

Read-only

Parses raw X12 EDI interchange (e.g., 850, 810, 856) into structured JSON with a validation summary.

Instructions

Parse a raw X12 EDI interchange (e.g. an 850 purchase order, 810 invoice, or 856 ASN) into structured JSON plus a validation summary. Pass the full raw EDI text including the ISA/GS envelope. Read-only or local operation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesThe full raw EDI document text (ISA…IEA).
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds 'plus a validation summary' and 'local operation', which hint at output and side-effect behavior, but it does not describe error handling, output format details, or limitations. This adds some value but remains thin.

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?

Two sentences, front-loaded with the core action and output, and no wasted words. The input requirement and safety note are efficiently included.

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 tool with one parameter, existing annotations, and no output schema, the description covers the input requirement and states that output is structured JSON plus a validation summary. It could detail what the validation summary contains, but the description is otherwise sufficient for a low-complexity parser.

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?

Schema coverage is 100% for the single parameter 'content', which already describes the raw EDI document text. The description repeats this with 'Pass the full raw EDI text including the ISA/GS envelope', adding no new semantic detail beyond the schema's own description.

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 'Parse' and the resource 'raw X12 EDI interchange', with examples of document types. It implies a full-document scope via 'including the ISA/GS envelope', which somewhat distinguishes it from sibling tools like parse_segments, though it does not explicitly name an alternative.

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 gives a usage instruction ('Pass the full raw EDI text') but offers no guidance on when to prefer this tool over siblings like validate_edi or parse_segments. There is no explicit 'use this when' or exclusion criteria.

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/SignalEDI/mcp-server'

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