Skip to main content
Glama

Dump Configurations

dump_configurations

Retrieve and filter Hadoop cluster configurations from Ambari for troubleshooting, auditing, or analysis by specifying types, services, or key patterns.

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 provided, the description carries full burden and does well by explaining behavioral aspects: it's a read-only introspection tool (implied by 'dump'), describes output truncation via 'max_chars', explains parameter precedence rules, and details how different modes affect output format. It doesn't mention rate limits or authentication needs, but covers most operational behavior.

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 clear sections (overview, modes, args) and every sentence adds value. It could be slightly more front-loaded by moving the superseding note later, but overall it's efficiently organized with minimal redundancy.

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?

Given the tool's complexity (7 parameters, multiple modes) and 0% schema coverage, the description provides comprehensive guidance on usage, parameters, and behavior. The presence of an output schema means return values don't need explanation. It covers most aspects needed for effective use, though could mention error conditions or example outputs.

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?

With 0% schema description coverage for 7 parameters, the description fully compensates by providing detailed semantic explanations for each parameter: it clarifies when parameters are ignored based on mode ('config_type' ignores other bulk params), explains substring filtering behavior, documents default overrides ('summarize forces include_values False'), and specifies numeric constraints (0 = unlimited).

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's purpose as 'Unified configuration introspection tool' with specific verb ('introspection') and resource ('configurations'), distinguishing it from siblings that focus on services, hosts, users, or operations rather than configurations. The superseding note further clarifies its role relative to previous tools.

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 guidance through three distinct modes (single type, bulk list, filtering) and detailed parameter interactions (e.g., 'config_type' overrides other bulk parameters, 'summarize' forces 'include_values' to False). This gives clear when-to-use instructions for different scenarios.

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