check_organization_name_exists
Verify if an organization name is already registered in the system with a straightforward check on the Binalyze AIR MCP Server.
Instructions
Check if an organization name already exists in the system
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Name of the organization to check |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name of the organization to check",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}