Skip to main content
Glama
heroku

Heroku MCP server

Official
by heroku

pg_credentials

View, configure, rotate, and monitor database credentials for Heroku apps to ensure secure access and compliance with security policies. Simplify credential management for database connections.

Instructions

Manage database access credentials and security. Use this tool when you need to: 1) View current database credentials, 2) Configure database access permissions, 3) Rotate credentials for security compliance, 4) Set up monitoring access. The tool helps maintain secure database access and credential management.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appYesThe name of the Heroku app whose database credentials to view.
databaseNoConfig var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used.
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. While it mentions security compliance and maintaining secure access, it doesn't specify whether this tool performs read-only operations, mutations, or both. It doesn't disclose authentication requirements, rate limits, or potential destructive effects. The description is too vague about actual behavior beyond the high-level purpose.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear opening statement followed by a numbered list of use cases and a concluding sentence. It's appropriately sized at three sentences, though the concluding sentence could be more specific. Every sentence contributes value without redundancy.

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 complexity of credential management (potentially involving mutations), no annotations, and no output schema, the description provides adequate purpose and usage context but lacks behavioral details. It covers what the tool does and when to use it, but doesn't explain what operations actually occur, what permissions are needed, or what the tool returns. For a security-related tool with no structured safety information, this is minimally adequate.

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 fully documents both parameters. The description adds no parameter-specific information beyond what's in the schema. According to scoring rules, when schema coverage is high (>80%), the baseline is 3 even with no param info in the description, which applies here.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose as managing database access credentials and security, listing four specific functions (view, configure, rotate, set up monitoring). It distinguishes itself from sibling tools like pg_info or pg_backups by focusing on credential management rather than database information or backups. However, it doesn't explicitly contrast with all sibling tools, keeping it at a 4 rather than a 5.

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

Usage Guidelines5/5

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

The description provides explicit usage guidelines with a numbered list of four specific scenarios when to use this tool: view credentials, configure permissions, rotate credentials, and set up monitoring access. This gives clear context for when the tool is appropriate, though it doesn't specify when NOT to use it or name exact alternatives among siblings.

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

Related 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/heroku/heroku-mcp-server'

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