Skip to main content
Glama
devopam

MCPg - Production-grade PostgreSQL MCP Server

List Redis foreign servers

list_redis_foreign_servers
Read-only

List Redis foreign servers backed by redis_fdw, showing address, port, TLS status, and whether a password is configured.

Instructions

List the foreign servers backed by redis_fdw — the FDW that exposes a Redis instance as SQL-queryable foreign tables. Reports each server's connection address, port, database, TLS posture, and whether a user mapping (credential) is configured. Returns an empty list when the redis_fdw extension is not installed. Returns a list of objects with name, address, port, database, tls (bool), password_configured (bool), and options (the full server-options dict).

Example: list_redis_foreign_servers()

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
databaseNoOptional: target a configured secondary (read-only) database by name; omit for the primary. Call list_databases to see the configured ids.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already set readOnlyHint=true, so no mutation. The description adds significant value: it reveals that the tool returns an empty list when the redis_fdw extension is not installed, which is not encoded in annotations. It also lists the exact return fields and clarifies the output structure. No contradictions.

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: two sentences plus an example. The purpose is front-loaded, every sentence adds value, and the structure is easy to read. No extraneous information.

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?

The description covers all necessary context: it explains what the tool does, how to use the optional parameter, what the output contains, and handles the edge case of missing extension. With an output schema present (implied by the field list), the description is comprehensive.

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

Parameters5/5

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

The schema has 1 parameter with 100% description coverage. The description adds further context: it explains that the parameter is optional, targets a secondary read-only database, and advises calling list_databases to see configured IDs. This enriches the schema's minimal description.

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 tool lists foreign servers backed by redis_fdw. It specifies the exact fields reported (address, port, database, TLS posture, password_configured, options). The verb 'list' and resource 'Redis foreign servers' are precise, and the tool is distinguished from the generic sibling 'list_foreign_servers' by specifying the FDW type.

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 explains when to use it: when you need info about Redis foreign servers. It also mentions the optional 'database' parameter for targeting secondary databases and directs users to call 'list_databases' to see configured IDs. However, it does not explicitly state when not to use it or name alternative tools (e.g., list_foreign_servers for other FDWs), though the context makes it clear.

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/devopam/MCPg'

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