text_summarise

text_summarise

Summarise text into a few sentences. Pass style=bullets for a list, or a sentence count. Capped at 30,000 characters

2 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

NameTypeWhat it is
text*stringThe text to summarise
stylestringOptional: 'bullets' for a list, otherwise prose
linesnumberOptional: roughly how many sentences or bullets

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":{"text":"text"},"name":"text_summarise"}}

Try it in the playground.