Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

create_organization

Establish a new organization by defining its name, contact details, and optional configurations like shareable deployment and notes using the Binalyze AIR MCP Server.

Instructions

Create a new organization

Input Schema

NameRequiredDescriptionDefault
contactYesContact information for the organization
nameYesName of the organization
noteNoAdditional notes about the organization (optional)
shareableDeploymentEnabledNoWhether shareable deployment is enabled. Defaults to false.

Input Schema (JSON Schema)

{ "properties": { "contact": { "description": "Contact information for the organization", "properties": { "email": { "description": "Contact email address", "type": "string" }, "mobile": { "description": "Contact mobile number (optional)", "type": "string" }, "name": { "description": "Contact name", "type": "string" }, "phone": { "description": "Contact phone number (optional)", "type": "string" }, "title": { "description": "Contact title (optional)", "type": "string" } }, "required": [ "name", "email" ], "type": "object" }, "name": { "description": "Name of the organization", "type": "string" }, "note": { "description": "Additional notes about the organization (optional)", "type": "string" }, "shareableDeploymentEnabled": { "description": "Whether shareable deployment is enabled. Defaults to false.", "type": "boolean" } }, "required": [ "name", "contact" ], "type": "object" }
Install Server

Other Tools from Binalyze AIR MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/binalyze/air-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server