Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XBY_APIKEY | Yes | 你的实际apikey (Your actual API key) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_pdf | Read and extract text content from a PDF file. Returns the full text content and metadata. |
| read_pdf_page | Read a specific page or range of pages from a PDF file. |
| get_pdf_metadata | Get metadata information from a PDF file without reading all content. |
| search_pdf | Search for specific text within a PDF file. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |