Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JINA_API_KEY | Yes | Your Jina AI API key (get one for free at https://jina.ai/) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_webpage | Extract content from a webpage in a format optimized for LLMs |
| search_web | Search the web using Jina AI's search API |
| fact_check | Fact-check a statement using Jina AI's grounding engine |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |