Skip to main content
Glama

get_connection_string

Retrieve Redis/Valkey connection strings to configure applications or set environment variables for running instances.

Instructions

Get the Redis/Valkey connection string (redis:// URL) for a running instance. Use this to configure your application or set environment variables.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instance_idYesUUID of the instance
Behavior3/5

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

With no annotations provided, the description carries the full burden. It implies a read-only operation by using 'Get', but does not disclose behavioral traits like authentication needs, rate limits, or error conditions. It adds some context about the output format ('redis:// URL'), but lacks details on what happens if the instance is not running or accessible.

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 appropriately sized and front-loaded, with two sentences that efficiently convey the purpose and usage without waste. Every sentence earns its place by providing essential information.

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 low complexity (1 parameter, no output schema, no annotations), the description is somewhat complete but has gaps. It explains what the tool does and its use case, but lacks details on behavioral aspects like error handling or prerequisites, which are important for a tool that retrieves sensitive connection strings.

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 documents the 'instance_id' parameter as a UUID. The description does not add meaning beyond this, such as explaining where to find the UUID or format specifics. Baseline is 3 when schema does the heavy lifting.

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 the action ('Get') and resource ('Redis/Valkey connection string for a running instance'), specifying it returns a 'redis:// URL'. It distinguishes from siblings like 'get_instance' by focusing on connection strings rather than instance metadata.

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?

It provides clear context for when to use this tool ('to configure your application or set environment variables'), but does not explicitly mention when not to use it or name alternatives among siblings, such as 'get_instance' for general instance details.

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/cachly-dev/cachly-mcp'

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