Skip to main content
Glama
binalyze

Binalyze AIR MCP Server

Official
by binalyze

get_shareable_deployment_info

Retrieve deployment details from Binalyze AIR for sharing with authorized users using a deployment token.

Instructions

Get shareable deployment information using a deployment token

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deploymentTokenYesThe deployment token to retrieve information for
Behavior2/5

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

With no annotations provided, the description carries full burden but offers minimal behavioral insight. It states it 'gets' information, implying a read-only operation, but doesn't clarify if this requires specific permissions, what format the information returns, whether it's paginated, or if there are rate limits. The description adds no context beyond the basic action.

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 a single, efficient sentence with zero wasted words. It front-loads the core purpose ('Get shareable deployment information') and specifies the required input mechanism. Every element earns its place without redundancy.

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?

Given no annotations and no output schema, the description is incomplete for a tool that retrieves information. It doesn't explain what 'shareable deployment information' includes (e.g., configuration details, status), the return format, or error conditions. For a read operation with undocumented outputs, more context is needed to be fully helpful.

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?

The input schema has 100% description coverage, with the single parameter 'deploymentToken' documented as 'The deployment token to retrieve information for'. The description adds no additional meaning beyond this, such as token format or source. With high schema coverage, the baseline score of 3 is appropriate as the schema does the heavy lifting.

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

Purpose4/5

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

The description clearly states the action ('Get') and resource ('shareable deployment information') with the specific mechanism ('using a deployment token'). It distinguishes from sibling tools like 'update_organization_shareable_deployment' by focusing on retrieval rather than modification. However, it doesn't explicitly differentiate from other 'get_' tools that might retrieve deployment-related data.

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. It doesn't mention prerequisites (e.g., needing a valid deployment token), nor does it reference sibling tools like 'get_organization_by_id' or 'update_organization_shareable_deployment' that might relate to deployment information. Usage is implied only by the tool name and parameter.

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