Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CRUNCHBASE_API_KEY | Yes | Your Crunchbase API key, obtained by signing up for the Crunchbase API |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Trending Companies | List of trending companies on Crunchbase |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_companies | Search for companies based on various criteria |
get_company_details | Get detailed information about a specific company |
get_funding_rounds | Get funding rounds for a specific company |
get_acquisitions | Get acquisitions made by or of a specific company |
search_people | Search for people based on various criteria |