Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OPENAI_API_KEY | Yes | Your OpenAI API key | |
FIRECRAWL_API_KEY | Yes | Your Firecrawl API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
deep-research | A deep research tool that explores topics thoroughly through iterative search |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
initialize-research | - |
execute-research-step | - |
generate-report | - |
complete-research | - |