Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOCS_SCRAPER_API_KEY | Yes | API key for authentication |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| DocsScraper API Info | Information about the connected DocsScraper API |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_docs | Search through documentation chunks using semantic search. Make sure your query is specific to get the best results. Forgetting to add 'api' to the query will return ui results etc. |