edi.ack

Generate the ANSI X12 997 Functional Acknowledgment for a received EDI interchange. POST edi with the raw inbound interchange (the 850/810/856 you received); returns the ready-to-send 997 in meta.ack — sender/receiver mirrored, delimiters echoed, one ST(997) per inbound functional group with corr...

Server Mcp @2sio/mcp
Category Write
Risk class Medium
Parameters 00 required

What edi.ack does on Mcp

AI agents use edi.ack to create or update resources in Mcp — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Mcp environment.

Why edi.ack needs a policy

This tool creates a new EDI document (997 acknowledgment) that reflects the state of received interchange processing. While deterministic and localized (no external calls), it produces a writable artifact (the 997 response) that will be transmitted to a trading partner, making it a Write operation.

From the tool's definition Tool generates and returns an ANSI X12 997 Functional Acknowledgment ('returns the ready-to-send 997'), creating a new EDI message artifact that would be sent to a counterparty.

Questions about edi.ack

What does the edi.ack tool do? +

Generate the ANSI X12 997 Functional Acknowledgment for a received EDI interchange. POST edi with the raw inbound interchange (the 850/810/856 you received); returns the ready-to-send 997 in meta.ack — sender/receiver mirrored, delimiters echoed, one ST(997) per inbound functional group with correct AK1/AK2/AK5 and AK9 included/received/accepted counts. status controls the response: A=Accepted (default), E=Accepted with errors, P=Partial, R=Rejected, M/W/X=auth/security rejection. Deterministic, no external calls — the reply leg of EDI. It is categorised as a Write tool in the Mcp MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

How do I enforce a policy on edi.ack? +

Register the MCP server in PolicyLayer and add a rule for edi.ack: 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 Mcp. Nothing to install.

What risk level is edi.ack? +

edi.ack is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit edi.ack? +

Yes. Add a rate_limit block to the edi.ack 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.ack completely? +

Set action: deny in the PolicyLayer policy for edi.ack. 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.ack? +

edi.ack is provided by the MCP server (@2sio/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

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.