Skip to main content
Glama
v0idravl
by v0idravl

connect

Connect to the Sliver team server using an operator config file. Returns server version and operator name.

Instructions

Connect to the Sliver team server using an operator config.

Call this first. config_path overrides the SLIVER_CONFIG env var (or the first *.cfg in ~/.sliver-client/configs). Returns the server version and operator name. Re-calling while connected is a no-op refresh.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
config_pathNo
Behavior4/5

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

No annotations are provided, so the description fully handles behavioral disclosure. It states that connecting returns the server version and operator name, and that re-calling is a no-op refresh. This is sufficient for a connection tool.

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?

Four sentences, front-loaded with purpose, no wasted words. Each sentence adds necessary information, making it concise and well-structured.

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

Completeness5/5

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

Given one optional parameter and no output schema, the description covers all essential aspects: what it does, how to call it, parameter behavior, and return values. It is complete for this tool's complexity.

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 0% description coverage, but the description adds meaning: config_path overrides the SLIVER_CONFIG env var and defaults to null. It explains the behavior, compensating well for the schema gaps.

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 'Connect to the Sliver team server using an operator config.' This is a specific verb and resource, and it distinguishes the tool from siblings like 'disconnect' and 'status'.

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

Usage Guidelines4/5

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

The description explicitly says 'Call this first,' indicating it's a prerequisite. It also explains the config_path override behavior and the no-op refresh on re-call, providing clear context for when to use.

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/v0idravl/sliver-mcp'

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