Skip to main content
Glama

MCP-Ambari-API

dump_configurations

Extract and manage Hadoop cluster configurations via a unified tool, enabling single-type focus, bulk filtering, and customizable output options to streamline configuration introspection and administration.

Instructions

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

Modes:

  1. Single type values: specify config_type=<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

NameRequiredDescriptionDefault
config_typeNo
filterNo
include_valuesNo
limitNo
max_charsNo
service_filterNo
summarizeNo

Input Schema (JSON Schema)

{ "properties": { "config_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Config Type" }, "filter": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Filter" }, "include_values": { "default": true, "title": "Include Values", "type": "boolean" }, "limit": { "default": 0, "title": "Limit", "type": "integer" }, "max_chars": { "default": 30000, "title": "Max Chars", "type": "integer" }, "service_filter": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Service Filter" }, "summarize": { "default": false, "title": "Summarize", "type": "boolean" } }, "type": "object" }

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