Skip to main content
Glama
teghoz

sql-mcp

by teghoz

list_database_users

List all users in a database, including their type, default schema, and mapped login. Provide a database name to target a specific database.

Instructions

List all users in a database with their type, default schema, and mapped login

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
databaseNoDatabase name (defaults to the configured default database)
Behavior3/5

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

No annotations are present, so the description must carry the burden. It clearly indicates a read-only list operation and specifies returned fields, but it does not mention any required permissions, limitations, or behavior when the database parameter is omitted (though the schema covers the default).

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?

A single sentence that front-loads the verb and resource, with no unnecessary words.

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 list tool, the description covers the purpose, result content, and parameter context adequately. It lacks an output schema but the returned fields are listed. Minor gaps include no mention of ordering or permissions, but overall sufficient.

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 coverage is 100% for the single optional parameter, with a clear description in the schema. The tool description does not add additional parameter semantics beyond referring to the database context.

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 the specific verb 'List' with the resource 'all users in a database' and enumerates the returned fields (type, default schema, mapped login), clearly distinguishing it from sibling tools like list_database_roles or list_schemas.

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 does not explicitly provide when-to-use vs alternatives. It implies usage when users need to be listed but provides no exclusionary guidance or alternative tool recommendations, though the sibling list offers context.

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/teghoz/sql-mcp'

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