Skip to main content
Glama
bpamiri

u2-mcp

by bpamiri

connect

Establish a connection to a Universe/UniData server using configuration from environment variables. Returns connection status and details.

Instructions

Establish connection to the Universe/UniData server.

Uses configuration from environment variables:

  • U2_HOST: Server hostname

  • U2_USER: Username

  • U2_PASSWORD: Password

  • U2_ACCOUNT: Account name

  • U2_SERVICE: Service type (uvcs/udcs), defaults to uvcs

Returns: Connection status and details including host, account, service, and timestamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It describes the side effect (establishing a connection) and return structure, but lacks details on error handling, idempotency, or what happens if already connected. The description is adequate but not comprehensive.

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 concise and well-structured: first sentence states purpose, then lists relevant environment variables, then describes return value. Every sentence adds value with no redundancy or fluff.

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

Completeness4/5

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

Given no parameters and presence of an output schema, the description covers essential aspects: configuration, return structure. However, it omits details like the need to disconnect afterward or handling of multiple connections. Still, it is largely complete for a tool of this nature.

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

Parameters4/5

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

The input schema has zero parameters, so the description correctly adds no parameter-specific meaning. Per guidelines, baseline for 0 parameters is 4. The description's mention of environment variables is helpful context but not part of the parameter schema.

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

Purpose5/5

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

The description clearly states 'Establish connection to the Universe/UniData server,' specifying the verb (establish connection) and resource (UniVerse/UniData server). It also details configuration via environment variables, distinguishing it from sibling tools like disconnect or list_connections.

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 does not mention prerequisites (e.g., environment variables must be set) nor when not to use it (e.g., if already connected). No explicit context for selecting this tool among siblings.

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/bpamiri/u2-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server