← All agent quickstarts
ReworkMyText · 3-call trial, subscription, or x402 · REST + MCP

Rework wording without asking a model to improvise.

Use a deterministic rewrite when an agent needs predictable wording changes, protected-value checks, and measurable results without another language-model call.

Step 1 · Prove the operation

Make one unauthenticated REST call

curl -X POST https://api.scrubmytext.com/v1/rework \
  -H "Content-Type: application/json" \
  -d '{"text":"In order to finish, the team is able to make use of 25 manual checks before launch.","mode":"standard"}'

The first three premium text calls from a public IP each UTC month require no API key. The response includes reworked_text, transformation counts, change metrics, warnings, and a protected-item preservation report.

Result decision rule

Use the result only after the preservation check passes

Require protected.preserved to be true before using the reworked text. Treat zero transformations as a valid no-op, review any warnings, and route nuanced or high-stakes language through your normal human-review policy.

Step 2 · Put it in an agent

Call the same operation through MCP

1. rework_text({"text":"SOURCE_TEXT","mode":"standard"})
2. Check protected.preserved.
3. Review warnings and transformations.total.
4. Use reworked_text only when those results satisfy your policy.
Connect remote MCP
Use this workflow with a real key

Try every ScrubMyText API and MCP tool for seven days

Starter includes ReworkMyText and all 32 tools, with 2,500 calls per month after the trial.

Card required. Unless canceled before the trial ends, Starter renews automatically at $15/month. No automatic overages.

Agent-native alternative

Pay for a single call with x402

An x402-capable agent can call POST /x402/v1/rework, receive the payment requirements, pay the configured USDC amount, and retry without creating an account. Check the live health endpoint for availability, network, and price.

Limits to design around