Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_ID | Yes | Your TextIn APP_ID obtained from the TextIn account | |
| APP_SECRET | Yes | Your TextIn APP_SECRET obtained from the TextIn account | |
| MCP_SERVER_REQUEST_TIMEOUT | No | Timeout for MCP server requests in milliseconds | 600000 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| recognition_text | Text recognition from images, Word documents, and PDF files. |
| general_information_extration | Automatically and intelligently extract key information from documents. |
| doc_to_markdown | Convert images, PDFs, and Word documents to Markdown. |