Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
54
7
  • Linux
  • Apple

update_organization_shareable_deployment

Modify an organization's shareable deployment settings by enabling or disabling the feature using the organization ID. Streamline access to deployment configurations with Binalyze AIR MCP Server.

Instructions

Update an organization's shareable deployment settings

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the organization to update
statusYesWhether shareable deployment should be enabled (true) or disabled (false)

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The ID of the organization to update", "type": "number" }, "status": { "description": "Whether shareable deployment should be enabled (true) or disabled (false)", "type": "boolean" } }, "required": [ "id", "status" ], "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