Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| nexus_search | A hybrid search tool combining Exa's breadth and Ref's specificity.
Args:
query: The search term.
mode: 'general' for broad web search (Exa style).
'docs' to prioritize technical documentation (Ref style).
max_results: Number of results to return (1-20).
Returns:
Formatted search results with titles, URLs, and snippets. |
| nexus_read | Reads a URL with intelligent parsing logic.
Args:
url: The URL to visit.
focus:
'general' = Returns clean article text (Exa style).
'code' = Returns only headers, code blocks, and tables (Ref style).
'auto' = Detects if it's a doc site and switches to 'code' mode.
Returns:
Parsed and cleaned content from the URL. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |