Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRAWLEO_API_KEY | Yes | Your Crawleo API key from crawleo.dev (starts with sk_). Required for authentication. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_web | Search the web using Crawleo's AI-powered search engine. Returns results with optional AI-enhanced HTML, markdown content, and structured data. |
| crawl_web | Crawl a specific webpage and extract its content in various formats including Markdown, raw HTML, and AI-enhanced HTML. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |