Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
54
7
  • Linux
  • Apple

update_organization_by_id

Modify an organization's details in Binalyze AIR by updating its ID, name, contact info, deployment settings, and notes.

Instructions

Update an existing organization by ID

Input Schema

NameRequiredDescriptionDefault
contactNoUpdated contact information for the organization
idYesThe ID of the organization to update
nameNoUpdated name of the organization
noteNoAdditional notes about the organization
shareableDeploymentEnabledNoWhether shareable deployment is enabled

Input Schema (JSON Schema)

{ "properties": { "contact": { "description": "Updated contact information for the organization", "properties": { "email": { "description": "Contact email address", "type": "string" }, "mobile": { "description": "Contact mobile number", "type": "string" }, "name": { "description": "Contact name", "type": "string" }, "phone": { "description": "Contact phone number", "type": "string" }, "title": { "description": "Contact title", "type": "string" } }, "type": "object" }, "id": { "description": "The ID of the organization to update", "type": "number" }, "name": { "description": "Updated name of the organization", "type": "string" }, "note": { "description": "Additional notes about the organization", "type": "string" }, "shareableDeploymentEnabled": { "description": "Whether shareable deployment is enabled", "type": "boolean" } }, "required": [ "id" ], "type": "object" }

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