Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | API 密钥 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_person_by_name | Search for a person by parameters will return a list of persons that match your query |
| get_company_full_data | The Get company details endpoint will return all full company data, including company contacts, financial reports and other data |
| search_company_by_name | Search for a company by parameters will return a list of companies that match your query |
| get_company_basic_data | The Get company details endpoint will return all basic company data on B2BHint. |
| search_company_by_email | Search for a company by email will return a list of companies that match the selected email |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |