Skip to main content
Glama

Dump Configurations

dump_configurations

Retrieve Ambari cluster configurations, supporting single type, bulk list with service or key filtering, and summarization. Use config_type for specific type, service_filter or filter for narrowing, and include_values for key-value pairs.

Instructions

Unified configuration introspection tool (supersedes get_configurations & list_configurations & dump_all_configurations).

Modes:

  1. Single type values: specify config_type=

  2. Bulk list (optionally narrowed by service_filter substring in type name)

  3. Filtering keys/types via filter substring

Args: config_type: focus on one type's latest tag (other bulk params ignored except filter on keys) service_filter: substring to restrict bulk types (ignored if config_type provided) filter: substring applied to type names OR property keys summarize: bulk mode summary lines only (counts + sample keys, forces include_values False) include_values: include key=value pairs (bulk/full mode only) limit: max number of types to output in bulk mode (0 = unlimited) max_chars: truncate final output if exceeds

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
config_typeNo
service_filterNo
filterNo
summarizeNo
include_valuesNo
limitNo
max_charsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description fully discloses behavioral traits: it supersedes other tools, has multiple modes, filtering, summarize, and truncation. It does not mention side effects or safety, but as a read tool, this is adequate.

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 modes and args list, front-loading the main purpose. While somewhat lengthy, every sentence adds value; minor room for tightening.

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?

With an output schema present, return values need not be explained. The description covers all parameters and usage scenarios thoroughly, missing only edge cases like empty results. Overall quite complete for a complex tool.

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?

Given 0% schema description coverage, the description thoroughly explains each parameter (config_type, service_filter, filter, summarize, include_values, limit, max_chars) and their interactions, providing significant value beyond the schema.

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 explicitly states it is a unified configuration introspection tool that supersedes other similar tools. It clearly describes the function: dump configurations, and differentiates by covering multiple modes and parameters, thus distinguishing from sibling tools which are unrelated.

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 details when to use each mode: single type vs bulk, filtering options, and summarization. It provides clear context on parameter interactions but does not explicitly state when not to use this tool or mention alternatives among siblings, though siblings are not configuration-focused.

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/call518/MCP-Ambari-API'

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