text_extract
text_extract
Turn text into JSON matching a schema you give. Pass the fields you want as a JSON schema or a plain description; returns JSON only. Capped at 30,000 characters
5 credits per call, from your balance — or paid per request in USDC with no account at all.
Runs on Text — Language work: summarise, extract structure, classify, translate.
Arguments
| Name | Type | What it is |
|---|---|---|
text* | string | The text to read |
schema* | string | A JSON schema, or a plain description of the fields wanted |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"schema":"schema","text":"text"},"name":"text_extract"}}Try it in the playground.


