Skip to main content
The pipeline tools mirror the API tools. An agent can call them individually or chain them as convert → split → shape → extract.

convert

Converts any URL into clean markdown. Returns the normalized markdown. See the Convert cookbook for details.

split

Breaks markdown content into smaller chunks that the later steps can process reliably. Returns an ordered list of chunks. See the Split cookbook for details.

shape

Inspects markdown content and infers a schema of the data it contains. Returns a schema of classes, properties, and relationships. See the Shape cookbook for details.

extract

Pulls structured values out of markdown content according to a schema. Returns a graph of nodes and relationships. See the Extract cookbook for details.
Tools called over MCP are billed the same as the equivalent API tools. See Pricing for credit rates.