Skip to main content
Glama
binalyze

Binalyze AIR MCP Server

Official
by binalyze

validate_ftps_repository

Validate FTPS repository configuration by checking connection, authentication, and SSL settings before deployment in Binalyze AIR's digital forensics workflow.

Instructions

Validate FTPS repository configuration without creating it

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName for the FTPS repository
hostYesFTPS server hostname or IP address
portNoFTPS server port (default: 22)
pathYesPath on the FTPS server (e.g. /)
usernameYesUsername for FTPS authentication
passwordYesPassword for FTPS authentication
allowSelfSignedSSLNoWhether to allow self-signed SSL certificates
publicKeyNoPublic key for FTPS authentication (optional)
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool validates configuration without creating it, which implies a read-only, non-destructive operation. However, it doesn't disclose other behavioral traits such as authentication requirements (implied by parameters but not described), potential rate limits, error handling, or what the validation output entails (e.g., success/failure, error details). For a tool with no annotations, this leaves significant gaps in understanding its behavior.

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: 'Validate FTPS repository configuration without creating it.' It is front-loaded with the core purpose, avoids redundancy, and every word earns its place by clarifying the action and differentiating from creation. There is no wasted text or unnecessary elaboration.

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

Completeness3/5

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

Given the tool's complexity (8 parameters, validation operation) and the absence of annotations and output schema, the description is minimally complete. It states what the tool does but lacks details on behavioral aspects (e.g., what validation entails, output format) and usage context. While the schema covers parameters well, the description doesn't compensate for missing behavioral and output information, making it adequate but with clear gaps for agent understanding.

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 each parameter clearly documented (e.g., 'Name for the FTPS repository,' 'FTPS server hostname or IP address'). The description adds no additional parameter semantics beyond what the schema provides, such as format examples or constraints. Given the high schema coverage, the baseline score of 3 is appropriate, as the schema adequately handles parameter documentation without needing description reinforcement.

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 tool's purpose: 'Validate FTPS repository configuration without creating it.' It specifies the action (validate) and resource (FTPS repository configuration), and distinguishes it from the sibling 'create_ftps_repository' by emphasizing it's for validation only, not creation. However, it doesn't explicitly differentiate from other validation tools like 'validate_amazon_s3_repository' or 'validate_azure_storage_repository' beyond the resource type.

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

Usage Guidelines3/5

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

The description implies usage context by stating 'without creating it,' suggesting this tool should be used for pre-creation validation rather than for creating repositories. However, it doesn't provide explicit guidance on when to use this versus alternatives (e.g., other validation tools or the creation tool), nor does it mention prerequisites or exclusions. The context is clear but lacks detailed alternatives.

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