search_contact_organisations
Find organizations by name in your contact database to quickly access company information for proposal preparation.
Instructions
Search for organisations by name in the contacts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | Yes |
Input Schema (JSON Schema)
{
"properties": {
"search": {
"type": "string"
}
},
"required": [
"search"
],
"type": "object"
}