Skip to main content
Glama
slotix

dbconvert-streams

dbconvert_get_connection

Read-only

Retrieves non-secret settings for a stored connection, including host, port, username, default database, SSL/SSH topology, and cloud provider. Passwords and keys are structurally absent, so no sensitive data can be exposed.

Instructions

Get credential-free details for one connection: host, port, username, default database, SSL/SSH topology, cloud provider. Passwords, SSH private keys, and cloud access keys/tokens are never included — they are structurally absent, not redacted, so there is no way to retrieve them through MCP. Report only the fields present in the response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionIdYesStored DBConvert connection ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
sshNo
sslNo
nameYes
specNo
typeYes
createdYes
cloudProviderNo
Install Server

TDQS

A4.2/5.0
Behavior5/5

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

Beyond the safe-read annotations, the description provides critical behavioral context: credentials are structurally absent, not redacted, and impossible to retrieve through MCP. It also warns the agent to report only fields present in the response, which aligns with the openWorldHint annotation. No contradiction with annotations.

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 two tight sentences with zero fluff. The core purpose is front-loaded, and the security caveat is concisely stated without redundancy.

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?

For a simple get-by-id tool with an output schema, safe-read annotations, and a single documented parameter, the description is nearly complete. The only minor gap is that it does not point the agent to the sibling list tool as a source for obtaining a connectionId.

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% and the single parameter connectionId is already described in the schema as 'Stored DBConvert connection ID'. The description adds no new parameter-level meaning, so the baseline of 3 is appropriate.

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 uses a specific verb ('Get'), names the resource ('one connection'), and enumerates exactly what fields are returned. It also implicitly distinguishes itself from the sibling list tool by focusing on a single connection rather than listing data sources.

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 makes clear this tool targets one specific connection, which implies when to use it versus listing tools. However, it does not explicitly mention the sibling dbconvert_list_data_sources or state when not to use this tool, leaving the routing decision to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/slotix/dbconvert-streams-public'

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