Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
No arguments  | |||
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 | Search for Project/VC/People brief information according to keywords. Args:
    query: Search keywords, which can be project/institution names, tokens, or other related terms.  | 
| get_project | Obtain project details according to the project ID. Args:
    project_id: The unique identifier for the project.
    include_team: Whether to include team member information, default is false.
    include_investors: Whether to include investor information, default is false.  | 
| get_organization | Obtain VC details according to VC ID. Args:
    org_id: Organization ID
    include_team: Whether to include team member information, default is false.
    include_investments: Whether it includes investment project information, default is false.  |