enrich_organization
Enhance company profiles by retrieving detailed organization data including industry classification, employee count, and contact information using domain-based lookup.
Instructions
Enrich organization/company information.
This tool enriches company data based on domain, returning detailed information about the organization including industry, employee count, contact info, and more.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
request | Yes |
Input Schema (JSON Schema)
{
"properties": {
"request": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "string"
}
],
"title": "Request"
}
},
"required": [
"request"
],
"type": "object"
}