New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

edi_parse

Reads a raw ASC X12 interchange and returns it as JSON: delimiters taken from the ISA header, the ISA/GS/ST envelope decoded, every segment split into named elements, and a document-specific summary - purchase order lines for an 850, the HL shipment hierarchy and SSCCs for an 856, invoice totals ...

SERVERTools SOURCEhttps://fluentedi.com/mcp
High RISK CLASS
Category Execute
Parameters 21 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/com-fluentedi-tools/edi-parse.md

What edi_parse does on Tools

AI agents invoke edi_parse to trigger actions in Tools. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.

ParameterTypeRequiredDescription
input string Yes Raw X12 EDI text, beginning with ISA where available.
include_segments boolean Include the flat segment list alongside the summary.

Parameters from the server's own tool schema.

Why edi_parse is rated High

edi_parse triggers real processes with real consequences. An agent gone sideways doesn't fire it once. It starts dozens of builds, sends mass notifications, or burns through compute before anyone looks up.

Risk signalsBulk/mass operation — affects multiple targets

Questions about edi_parse

What does the edi_parse tool do? +

Reads a raw ASC X12 interchange and returns it as JSON: delimiters taken from the ISA header, the ISA/GS/ST envelope decoded, every segment split into named elements, and a document-specific summary - purchase order lines for an 850, the HL shipment hierarchy and SSCCs for an 856, invoice totals for an 810. EDI is positional and delimiter-sensitive, and unreadable without a spec table; reading it by inspection produces confident nonsense, which is why this is a tool rather than a prompt. It is categorised as a Execute tool in the Tools MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

What parameters does edi_parse accept? +

edi_parse accepts 2 parameters: input, include_segments. Required: input. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on edi_parse? +

Register the Tools MCP server in PolicyLayer and add a rule for edi_parse: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Tools. Nothing to install.

What risk level is edi_parse? +

edi_parse is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit edi_parse? +

Yes. Add a rate_limit block to the edi_parse rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block edi_parse completely? +

Set action: deny in the PolicyLayer policy for edi_parse. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides edi_parse? +

edi_parse is provided by the Tools MCP server (https://fluentedi.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Tools, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Tools's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.