Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENTIP_API_KEY | Yes | Your OpenTIP API key |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_hash | Get threat intelligence information about a file by hash (md5, sha1, sha256) |
| search_domain | Get threat intelligence data about a web domain |
| search_ip | Get threat intelligence data about an IP address |
| search_url | Get threat intelligence data about a URL |
| get_full_analysis_result | Get full analysis results for a file that was submitted via the web portal. |
| analyze_file | Submit a file for basic analysis using the OpenTIP API. |