Skip to main content
Glama
LesterAJohn

jumpcloud-mcp

jumpcloud_config_list

List non-secret configuration values scoped to an app or user. Provides read-only access to enumerate Postgres config entries without storing or exposing secrets.

Instructions

Read-only Postgres config listing. Use to enumerate app/user scoped non-secret configuration values. Do not store secrets in config. Risk: low.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prefixNo
userIdNo
tenantIdNo
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 declares 'Read-only' and 'Risk: low,' which signals non-mutating behavior. However, it does not disclose return format, pagination, or how optional parameters affect behavior, leaving some behavioral traits undefined.

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 four short sentences with the core action front-loaded. Every sentence contributes value: read-only status, use case, secret warning, and risk level. There is no redundant or filler content.

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?

For a simple read-only list with no output schema and no annotations, the description conveys purpose and risk. However, it omits how the optional parameters affect results and what a successful response looks like, which is a noticeable gap for an agent deciding how to invoke the tool.

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

Parameters2/5

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

The input schema has three parameters (prefix, userId, tenantId) with zero descriptions, and the description only vaguely says 'app/user scoped.' It never explains what each parameter does or how it filters the listing, so the description fails to add meaningful parameter semantics.

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 opens with 'Read-only Postgres config listing' and 'Use to enumerate app/user scoped non-secret configuration values,' clearly identifying a list/enumerate action on config. This explicitly distinguishes it from sibling tools like config_get, config_set, and config_delete.

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 phrase 'Use to enumerate app/user scoped non-secret configuration values' provides a clear use case, and 'Do not store secrets in config' gives an important advisory. It does not explicitly mention alternatives, but the context makes it evident that this is for listing rather than single get/set/delete.

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/LesterAJohn/jumpcloud-mcp'

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