fetch-text-data
Fetch text chunks and summaries from a specified text namespace, returning up to 100 items with count statistics per request.
Instructions
List text and summary chunks from a text-type namespace via GET /documents/fetch-text-data. Returns up to 100 items per request with statistics (text vs summary counts, source_counts). Only text namespaces are supported; not for vector namespaces. See Moorcheh API docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace_name | Yes | Name of the text namespace (e.g. my-docs). Must be a text-type namespace. |