Skip to main content
Glama
binalyze

Binalyze AIR MCP Server

Official
by binalyze

create_organization

Create a new organization in Binalyze AIR for digital forensics and incident response management. Specify organization name, contact details, and deployment settings.

Instructions

Create a new organization

Input Schema

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

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure. 'Create a new organization' implies a write/mutation operation, but the description doesn't disclose any behavioral traits: no information about permissions required, whether this is idempotent, what the response contains, error conditions, or system impacts. For a creation tool with zero annotation coverage, this represents a significant gap in behavioral transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is maximally concise at just three words. Every word earns its place - 'Create' specifies the action, 'new' clarifies it's not an update, and 'organization' identifies the resource. There's zero redundancy or unnecessary elaboration, making it perfectly front-loaded and efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a creation tool with no annotations and no output schema, the description is insufficiently complete. It doesn't explain what an organization represents in this system, what permissions are required, what happens after creation, or what the response contains. The 100% schema coverage helps with inputs, but the overall context for using this mutation tool is inadequate given the complexity of creating organizational entities.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already fully documents all 4 parameters and their nested structures. The description adds no parameter information beyond what's in the schema - it doesn't explain relationships between parameters, provide examples, or clarify usage patterns. With complete schema coverage, the baseline score of 3 is appropriate as the description doesn't add value but doesn't need to compensate for schema gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create a new organization' clearly states the verb ('Create') and resource ('organization'), making the basic purpose understandable. However, it doesn't differentiate this from sibling tools like 'create_case' or 'create_policy' beyond the resource type, and doesn't specify what constitutes an 'organization' in this context. It's adequate but lacks specificity about what an organization represents in this system.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. There's no mention of prerequisites (like permissions needed), when this operation is appropriate, or what happens after creation. With sibling tools like 'check_organization_name_exists' and 'update_organization_by_id', some contextual guidance would be helpful but is completely absent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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