server_name
stringclasses
156 values
category
stringclasses
1 value
tool
stringlengths
176
38.2k
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'delete_context', 'description': 'Delete a schema context.', 'parameters': {'type': 'object', 'properties': {'context': {'type': 'string', 'title': 'Context'}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['context'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'delete_subject', 'description': 'Delete a subject and all its versions.\n\nArgs:\n subject: The subject name to delete\n context: Optional schema context\n registry: Optional registry name\n permanent: If True, perform a hard delete (removes all metadata including schema ID)', 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'permanent': {'type': 'boolean', 'title': 'Permanent', 'default': False}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'subject': {'type': 'string', 'title': 'Subject'}}, 'required': ['subject'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'describe_workflow', 'description': 'Get detailed information about a workflow definition', 'parameters': {'type': 'object', 'properties': {'workflow_id': {'type': 'string', 'title': 'Workflow Id'}}, 'required': ['workflow_id'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'export_context', 'description': 'Export all subjects within a context.', 'parameters': {'type': 'object', 'properties': {'context': {'type': 'string', 'title': 'Context'}, 'include_config': {'type': 'boolean', 'title': 'Include Config', 'default': True}, 'include_metadata': {'type': 'boolean', 'title': 'Include Metadata', 'default': True}, 'include_versions': {'type': 'string', 'title': 'Include Versions', 'default': 'all'}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['context'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'export_global', 'description': 'Export all contexts and schemas from a registry.', 'parameters': {'type': 'object', 'properties': {'include_config': {'type': 'boolean', 'title': 'Include Config', 'default': True}, 'include_metadata': {'type': 'boolean', 'title': 'Include Metadata', 'default': True}, 'include_versions': {'type': 'string', 'title': 'Include Versions', 'default': 'all'}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'export_global_interactive', 'description': 'Interactive global export with elicitation for export preferences.\n\nWhen export preferences are not specified, this tool will elicit\nthe required configuration from the user.', 'parameters': {'type': 'object', 'properties': {'compression': {'title': 'Compression', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'format': {'title': 'Format', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'include_config': {'title': 'Include Config', 'default': None, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'include_metadata': {'title': 'Include Metadata', 'default': None, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'include_versions': {'title': 'Include Versions', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'output_format': {'title': 'Output Format', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'schemas_per_file': {'title': 'Schemas Per File', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'export_schema', 'description': 'Export a single schema in the specified format.', 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'format': {'type': 'string', 'title': 'Format', 'default': 'json'}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'subject': {'type': 'string', 'title': 'Subject'}, 'version': {'type': 'string', 'title': 'Version', 'default': 'latest'}}, 'required': ['subject'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'export_subject', 'description': 'Export all versions of a subject.', 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'include_config': {'type': 'boolean', 'title': 'Include Config', 'default': True}, 'include_metadata': {'type': 'boolean', 'title': 'Include Metadata', 'default': True}, 'include_versions': {'type': 'string', 'title': 'Include Versions', 'default': 'all'}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'subject': {'type': 'string', 'title': 'Subject'}}, 'required': ['subject'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'find_missing_schemas', 'description': 'Find schemas that exist in source registry but not in target registry.', 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'source_registry': {'type': 'string', 'title': 'Source Registry'}, 'target_registry': {'type': 'string', 'title': 'Target Registry'}}, 'required': ['source_registry', 'target_registry'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'generate_resource_templates', 'description': 'Generate resource URI templates for your specific configuration.', 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry_name': {'title': 'Registry Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'subject': {'title': 'Subject', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_default_registry', 'description': 'Get the current default registry.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_elicitation_request', 'description': 'Get details of a specific elicitation request.', 'parameters': {'type': 'object', 'properties': {'request_id': {'type': 'string', 'title': 'Request Id'}}, 'required': ['request_id'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_elicitation_status', 'description': 'Get the status of the elicitation system.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_global_config', 'description': "Get global configuration settings.\n\nNOTE: This tool is maintained for backward compatibility.\nConsider using the 'registry://{name}/config' resource instead for better performance.", 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_mcp_compliance_status_tool', 'description': 'Get MCP 2025-06-18 specification compliance status and configuration details.\n\nReturns information about JSON-RPC batching status, protocol version, header validation, and migration guidance.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_migration_status', 'description': 'Get detailed status of a specific migration.', 'parameters': {'type': 'object', 'properties': {'migration_id': {'type': 'string', 'title': 'Migration Id'}}, 'required': ['migration_id'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_mode', 'description': "Get the current mode of the Schema Registry.\n\nNOTE: This tool is maintained for backward compatibility.\nConsider using the 'registry://mode' resource instead for better performance.", 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_oauth_scopes_info_tool', 'description': 'Get information about OAuth scopes and permissions.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_operation_info_tool', 'description': 'Get detailed information about MCP operations and their metadata.', 'parameters': {'type': 'object', 'properties': {'operation_name': {'title': 'Operation Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_registry_info', 'description': "Get detailed information about a specific registry.\n\nNOTE: This tool is maintained for backward compatibility.\nConsider using the 'registry://info/{name}' resource instead for better performance.", 'parameters': {'type': 'object', 'properties': {'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_registry_statistics', 'description': 'Get comprehensive statistics about a registry.', 'parameters': {'type': 'object', 'properties': {'include_context_details': {'type': 'boolean', 'title': 'Include Context Details', 'default': True}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_schema', 'description': "Get a specific version of a schema.\n\nNOTE: This tool is maintained for backward compatibility.\nConsider using the 'schema://{name}/{context}/{subject}' resource instead for better performance.", 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'subject': {'type': 'string', 'title': 'Subject'}, 'version': {'type': 'string', 'title': 'Version', 'default': 'latest'}}, 'required': ['subject'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_schema_by_id', 'description': 'Get a schema by its globally unique ID.\n\nArgs:\n schema_id: The globally unique schema ID\n registry: Optional registry name (ignored in single-registry mode)\n\nReturns:\n Schema information including content, type, and metadata', 'parameters': {'type': 'object', 'properties': {'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'schema_id': {'type': 'integer', 'title': 'Schema Id'}}, 'required': ['schema_id'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_schema_versions', 'description': "Get all versions of a schema for a subject.\n\nNOTE: This tool is maintained for backward compatibility.\nConsider using the 'schema://{name}/{context}/{subject}/versions' resource instead for better performance.", 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'subject': {'type': 'string', 'title': 'Subject'}}, 'required': ['subject'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_statistics_task_progress', 'description': 'Get detailed progress for a statistics task.', 'parameters': {'type': 'object', 'properties': {'task_id': {'type': 'string', 'title': 'Task Id'}}, 'required': ['task_id'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_subject_config', 'description': "Get configuration settings for a specific subject.\n\nNOTE: This tool is maintained for backward compatibility.\nConsider using the 'subject://{name}/{context}/{subject}/config' resource instead for better performance.", 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'subject': {'type': 'string', 'title': 'Subject'}}, 'required': ['subject'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_subject_mode', 'description': "Get the operational mode for a specific subject.\n\nNOTE: This tool is maintained for backward compatibility.\nConsider using the 'subject://{name}/{context}/{subject}/mode' resource instead for better performance.", 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'subject': {'type': 'string', 'title': 'Subject'}}, 'required': ['subject'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_subjects_by_schema_id', 'description': 'Get subjects and versions associated with a schema ID.\n\nArgs:\n schema_id: The globally unique schema ID\n registry: Optional registry name (ignored in single-registry mode)\n\nReturns:\n List of subject-version pairs that use this schema ID', 'parameters': {'type': 'object', 'properties': {'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'schema_id': {'type': 'integer', 'title': 'Schema Id'}}, 'required': ['schema_id'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_task_progress', 'description': 'Get the progress of an async task (alias for get_task_status).', 'parameters': {'type': 'object', 'properties': {'task_id': {'type': 'string', 'title': 'Task Id'}}, 'required': ['task_id'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_task_status', 'description': 'Get the status and progress of an async task.', 'parameters': {'type': 'object', 'properties': {'task_id': {'type': 'string', 'title': 'Task Id'}}, 'required': ['task_id'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'get_workflow_status', 'description': 'Get the status of active workflows.', 'parameters': {'type': 'object', 'properties': {'workflow_id': {'title': 'Workflow Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'guided_context_reorganization', 'description': 'Start the Context Reorganization workflow for reorganizing schemas across contexts', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'guided_disaster_recovery', 'description': 'Start the Disaster Recovery Setup workflow for configuring DR strategies', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'guided_schema_evolution', 'description': 'Start the Schema Evolution Assistant workflow. This guided workflow helps you safely evolve schemas by analyzing changes, suggesting strategies, and coordinating consumer updates.', 'parameters': {'type': 'object', 'properties': {'current_schema': {'title': 'Current Schema', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'subject': {'title': 'Subject', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'guided_schema_migration', 'description': 'Start the Schema Migration Wizard workflow for guided schema migration', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'list_active_tasks', 'description': 'List all active tasks in the system.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'list_available_resources', 'description': 'List all available MCP resources and their usage patterns.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'list_available_workflows', 'description': 'List all available multi-step workflows for complex operations.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'list_contexts', 'description': "List all available schema contexts.\n\nNOTE: This tool is maintained for backward compatibility.\nConsider using the 'registry://{name}/contexts' resource instead for better performance.", 'parameters': {'type': 'object', 'properties': {'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'list_elicitation_requests', 'description': 'List all pending elicitation requests.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'list_migrations', 'description': 'List all migration tasks and their status.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'list_registries', 'description': "List all configured Schema Registry instances.\n\nNOTE: This tool is maintained for backward compatibility.\nConsider using the 'registry://names' resource instead for better performance.", 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'list_statistics_tasks', 'description': 'List all statistics-related tasks.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'list_subjects', 'description': "List all subjects, optionally filtered by context.\n\nNOTE: This tool is maintained for backward compatibility.\nConsider using the 'registry://{name}/subjects' resource instead for better performance.", 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'list_workflows', 'description': 'List available multi-step workflows', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'migrate_context', 'description': 'Guide for migrating an entire context using Docker-based tools.', 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'dry_run': {'type': 'boolean', 'title': 'Dry Run', 'default': True}, 'migrate_all_versions': {'type': 'boolean', 'title': 'Migrate All Versions', 'default': True}, 'preserve_ids': {'type': 'boolean', 'title': 'Preserve Ids', 'default': True}, 'source_registry': {'type': 'string', 'title': 'Source Registry'}, 'target_context': {'title': 'Target Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'target_registry': {'type': 'string', 'title': 'Target Registry'}}, 'required': ['source_registry', 'target_registry'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'migrate_context_interactive', 'description': 'Interactive context migration with elicitation for missing preferences.\n\nWhen migration preferences are not specified, this tool will elicit\nthe required configuration from the user.', 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'dry_run': {'title': 'Dry Run', 'default': None, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'migrate_all_versions': {'title': 'Migrate All Versions', 'default': None, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'preserve_ids': {'title': 'Preserve Ids', 'default': None, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'source_registry': {'type': 'string', 'title': 'Source Registry'}, 'target_context': {'title': 'Target Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'target_registry': {'type': 'string', 'title': 'Target Registry'}}, 'required': ['source_registry', 'target_registry'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'migrate_schema', 'description': 'Migrate a schema from one registry to another.', 'parameters': {'type': 'object', 'properties': {'dry_run': {'type': 'boolean', 'title': 'Dry Run', 'default': False}, 'migrate_all_versions': {'type': 'boolean', 'title': 'Migrate All Versions', 'default': False}, 'preserve_ids': {'type': 'boolean', 'title': 'Preserve Ids', 'default': True}, 'source_context': {'type': 'string', 'title': 'Source Context', 'default': '.'}, 'source_registry': {'type': 'string', 'title': 'Source Registry'}, 'subject': {'type': 'string', 'title': 'Subject'}, 'target_context': {'type': 'string', 'title': 'Target Context', 'default': '.'}, 'target_registry': {'type': 'string', 'title': 'Target Registry'}, 'versions': {'title': 'Versions', 'default': None, 'anyOf': [{'type': 'array', 'items': True}, {'type': 'null'}]}}, 'required': ['subject', 'source_registry', 'target_registry'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'ping', 'description': 'Respond to MCP ping requests with pong.\n\nThis tool implements the standard MCP ping/pong protocol for server health checking.\nMCP proxies and clients use this to verify that the server is alive and responding.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'register_schema', 'description': 'Register a new schema version.', 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'schema_definition': {'type': 'object', 'title': 'Schema Definition', 'additionalProperties': True}, 'schema_type': {'type': 'string', 'title': 'Schema Type', 'default': 'AVRO'}, 'subject': {'type': 'string', 'title': 'Subject'}}, 'required': ['subject', 'schema_definition'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'register_schema_interactive', 'description': 'Interactive schema registration with elicitation for missing field definitions.\n\nWhen schema_definition is incomplete or missing fields, this tool will\nelicit the required information from the user interactively.', 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'schema_definition': {'title': 'Schema Definition', 'default': None, 'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}]}, 'schema_type': {'type': 'string', 'title': 'Schema Type', 'default': 'AVRO'}, 'subject': {'type': 'string', 'title': 'Subject'}}, 'required': ['subject'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'set_default_registry', 'description': 'Set the default registry.', 'parameters': {'type': 'object', 'properties': {'registry_name': {'type': 'string', 'title': 'Registry Name'}}, 'required': ['registry_name'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'start_workflow', 'description': 'Start a multi-step workflow for complex Schema Registry operations', 'parameters': {'type': 'object', 'properties': {'initial_context': {'title': 'Initial Context', 'default': None, 'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}]}, 'workflow_id': {'type': 'string', 'title': 'Workflow Id'}}, 'required': ['workflow_id'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'submit_elicitation_response', 'description': 'Submit a response to an elicitation request.\n\nThis tool handles both regular elicitation responses and multi-step workflow responses.\nWhen a workflow is in progress, it will automatically advance to the next step.', 'parameters': {'type': 'object', 'properties': {'complete': {'type': 'boolean', 'title': 'Complete', 'default': True}, 'request_id': {'type': 'string', 'title': 'Request Id'}, 'response_data': {'type': 'object', 'title': 'Response Data', 'additionalProperties': True}}, 'required': ['request_id', 'response_data'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'suggest_resource_for_tool', 'description': 'Suggest the appropriate resource to use instead of a removed tool.', 'parameters': {'type': 'object', 'properties': {'tool_name': {'type': 'string', 'title': 'Tool Name'}}, 'required': ['tool_name'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'test_all_registries', 'description': "Test connections to all configured registries.\n\nNOTE: This tool is maintained for backward compatibility.\nConsider using the 'registry://status' resource instead for better performance.", 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'test_oauth_discovery_endpoints', 'description': 'Test OAuth discovery endpoints to ensure proper MCP client compatibility.\n\nValidates:\n- /.well-known/oauth-authorization-server\n- /.well-known/oauth-protected-resource\n- /.well-known/jwks.json\n\nArgs:\n server_url: Base URL of the MCP server (default: http://localhost:8000)\n\nReturns:\n Dictionary with test results for each discovery endpoint', 'parameters': {'type': 'object', 'properties': {'server_url': {'type': 'string', 'title': 'Server Url', 'default': 'http://localhost:8000'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'test_registry_connection', 'description': "Test connection to a specific registry.\n\nNOTE: This tool is maintained for backward compatibility.\nConsider using the 'registry://status/{name}' resource instead for better performance.", 'parameters': {'type': 'object', 'properties': {'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'update_global_config', 'description': 'Update global configuration settings.', 'parameters': {'type': 'object', 'properties': {'compatibility': {'type': 'string', 'title': 'Compatibility'}, 'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['compatibility'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'update_mode', 'description': 'Update the mode of the Schema Registry.', 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'mode': {'type': 'string', 'title': 'Mode'}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['mode'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'update_subject_config', 'description': 'Update configuration settings for a specific subject.', 'parameters': {'type': 'object', 'properties': {'compatibility': {'type': 'string', 'title': 'Compatibility'}, 'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'subject': {'type': 'string', 'title': 'Subject'}}, 'required': ['subject', 'compatibility'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'update_subject_mode', 'description': 'Update the mode for a specific subject.', 'parameters': {'type': 'object', 'properties': {'context': {'title': 'Context', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'mode': {'type': 'string', 'title': 'Mode'}, 'registry': {'title': 'Registry', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'subject': {'type': 'string', 'title': 'Subject'}}, 'required': ['subject', 'mode'], 'additionalProperties': False}, 'strict': True}
kafka-schema-reg-mcp
other
{'type': 'function', 'name': 'workflow_status', 'description': 'Get the status of active workflows', 'parameters': {'type': 'object', 'properties': {'instance_id': {'title': 'Instance Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kagisearch
other
{'type': 'function', 'name': 'kagi_search_fetch', 'description': "Fetch web results based on one or more queries using the Kagi Search API. Use for general search and when the user explicitly tells you to 'fetch' results/information. Results are from all queries given. They are numbered continuously, so that a user may be able to refer to a result by a specific number.", 'parameters': {'type': 'object', 'properties': {'queries': {'type': 'array', 'title': 'Queries', 'description': 'One or more concise, keyword-focused search queries. Include essential context within each query for standalone use.', 'items': {'type': 'string'}}}, 'required': ['queries'], 'additionalProperties': False}, 'strict': True}
kagisearch
other
{'type': 'function', 'name': 'kagi_summarizer', 'description': 'Summarize content from a URL using the Kagi Summarizer API. The Summarizer can summarize any document type (text webpage, video, audio, etc.)', 'parameters': {'type': 'object', 'properties': {'summary_type': {'type': 'string', 'title': 'Summary Type', 'description': "Type of summary to produce. Options are 'summary' for paragraph prose and 'takeaway' for a bulleted list of key points.", 'default': 'summary', 'enum': ['summary', 'takeaway']}, 'target_language': {'title': 'Target Language', 'description': "Desired output language using language codes (e.g., 'EN' for English). If not specified, the document's original language influences the output.", 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'url': {'type': 'string', 'title': 'Url', 'description': 'A URL to a document to summarize.'}}, 'required': ['url'], 'additionalProperties': False}, 'strict': True}
kong
other
{'type': 'function', 'name': 'check_control_plane_group_membership', 'description': 'Check if a control plane is a member of any group.\n\nINPUT:\n - controlPlaneId: String - ID of the control plane to check\n\nOUTPUT:\n - controlPlaneId: String - ID of the control plane that was checked\n - groupMembership: Object - Membership information including:\n - isMember: Boolean - Whether the control plane is a member of any group\n - groupId: String - ID of the group this control plane belongs to (if any)\n - groupName: String - Name of the group this control plane belongs to\n - status: String - Membership status (OK, CONFLICT, etc.)\n - message: String - Status message\n - conflicts: Array - List of configuration conflicts if any\n - relatedTools: Array - List of related tools for group management', 'parameters': {'type': 'object', 'properties': {'controlPlaneId': {'type': 'string', 'description': 'Control plane ID to check (can be obtained from list-control-planes tool)'}}, 'required': ['controlPlaneId'], 'additionalProperties': False}, 'strict': True}
kong
other
{'type': 'function', 'name': 'get_consumer_requests', 'description': 'Retrieve and analyze API requests made by a specific consumer.\n\nINPUT:\n - consumerId: String - ID of the consumer to analyze. The format of this field must be "controlPlaneID:consumerId".\n - timeRange: String - Time range for data retrieval (15M, 1H, 6H, 12H, 24H, 7D)\n - successOnly: Boolean - Filter to only show successful (2xx) requests (default: false)\n - failureOnly: Boolean - Filter to only show failed (non-2xx) requests (default: false)\n - maxResults: Number - Maximum number of results to return (1-1000)\n\nOUTPUT:\n - metadata: Object - Contains consumerId, totalRequests, timeRange, and filters\n - statistics: Object - Usage statistics including:\n - averageLatencyMs: Number - Average response time in milliseconds\n - successRate: Number - Percentage of successful requests\n - statusCodeDistribution: Array - Breakdown of requests by status code\n - serviceDistribution: Array - Breakdown of requests by service\n - requests: Array - List of requests with details for each request', 'parameters': {'type': 'object', 'properties': {'consumerId': {'type': 'string', 'description': 'Consumer ID to filter by (obtainable from analyze-failed-requests or query-api-requests tools)'}, 'failureOnly': {'type': 'boolean', 'description': 'Show only failed (non-2xx) requests', 'default': False}, 'maxResults': {'type': 'integer', 'description': 'Number of items to return per page', 'default': 100, 'minimum': 1, 'maximum': 1000}, 'successOnly': {'type': 'boolean', 'description': 'Show only successful (2xx) requests', 'default': False}, 'timeRange': {'type': 'string', 'description': 'Time range for data retrieval (15M = 15 minutes, 1H = 1 hour, etc.)', 'default': '1H', 'enum': ['15M', '1H', '6H', '12H', '24H', '7D']}}, 'required': ['consumerId'], 'additionalProperties': False}, 'strict': True}
kong
other
{'type': 'function', 'name': 'get_control_plane', 'description': 'Get detailed information about a specific control plane.\n\nINPUT:\n - controlPlaneId: String - ID of the control plane to retrieve\n\nOUTPUT:\n - controlPlaneDetails: Object - Detailed information including:\n - controlPlaneId: String - Unique identifier for the control plane\n - name: String - Display name of the control plane\n - description: String - Description of the control plane\n - type: String - Type of the control plane\n - clusterType: String - Underlying cluster type\n - controlPlaneEndpoint: String - URL endpoint for the control plane\n - telemetryEndpoint: String - URL endpoint for telemetry\n - hasCloudGateway: Boolean - Whether cloud gateway is enabled\n - labels: Object - Labels assigned to this control plane\n - metadata: Object - Creation and update timestamps\n - relatedTools: Array - List of related tools for further analysis', 'parameters': {'type': 'object', 'properties': {'controlPlaneId': {'type': 'string', 'description': 'Control Plane ID (obtainable from list-control-planes tool)'}}, 'required': ['controlPlaneId'], 'additionalProperties': False}, 'strict': True}
kong
other
{'type': 'function', 'name': 'list_consumers', 'description': 'List all consumers associated with a control plane.\n\nINPUT:\n - controlPlaneId: String - ID of the control plane\n - size: Number - Number of consumers to return (1-1000, default: 100)\n - offset: String (optional) - Pagination offset token from previous response\n\nOUTPUT:\n - metadata: Object - Contains controlPlaneId, size, offset, nextOffset, totalCount\n - consumers: Array - List of consumers with details for each including:\n - consumerId: String - Unique identifier for the consumer\n - username: String - Username for this consumer\n - customId: String - Custom identifier for this consumer\n - tags: Array - Tags associated with the consumer\n - enabled: Boolean - Whether the consumer is enabled\n - metadata: Object - Creation and update timestamps\n - relatedTools: Array - List of related tools for consumer analysis', 'parameters': {'type': 'object', 'properties': {'controlPlaneId': {'type': 'string', 'description': 'Control Plane ID (obtainable from list-control-planes tool)'}, 'offset': {'type': 'string', 'description': 'Offset token for pagination (from previous response)'}, 'size': {'type': 'integer', 'description': 'Number of consumers to return', 'default': 100, 'minimum': 1, 'maximum': 1000}}, 'required': ['controlPlaneId'], 'additionalProperties': False}, 'strict': True}
kong
other
{'type': 'function', 'name': 'list_control_plane_group_memberships', 'description': 'List all control planes that are members of a specific control plane group.\n\nINPUT:\n - groupId: String - ID of the control plane group (control plane that acts as the group)\n - pageSize: Number - Number of members to return per page (1-1000, default: 10)\n - pageAfter: String (optional) - Cursor for pagination after a specific item\n\nOUTPUT:\n - metadata: Object - Contains groupId, pageSize, pageAfter, nextPageAfter, totalCount\n - members: Array - List of member control planes with details for each including:\n - controlPlaneId: String - Unique identifier for the control plane\n - name: String - Display name of the control plane\n - description: String - Description of the control plane\n - type: String - Type of the control plane\n - clusterType: String - Underlying cluster type\n - membershipStatus: Object - Group membership status including:\n - status: String - Current status (OK, CONFLICT, etc.)\n - message: String - Status message\n - conflicts: Array - List of configuration conflicts if any\n - metadata: Object - Creation and update timestamps\n - relatedTools: Array - List of related tools for group management', 'parameters': {'type': 'object', 'properties': {'groupId': {'type': 'string', 'description': 'Control plane group ID (the ID of the control plane that acts as the group)'}, 'pageAfter': {'type': 'string', 'description': 'Cursor for pagination after a specific item'}, 'pageSize': {'type': 'integer', 'description': 'Number of members to return per page', 'default': 10, 'minimum': 1, 'maximum': 1000}}, 'required': ['groupId'], 'additionalProperties': False}, 'strict': True}
kong
other
{'type': 'function', 'name': 'list_control_planes', 'description': "List all control planes in your organization.\n\nINPUT:\n - pageSize: Number - Number of control planes per page (1-1000, default: 10)\n - pageNumber: Number (optional) - Page number to retrieve\n - filterName: String (optional) - Filter control planes by name\n - filterClusterType: String (optional) - Filter by cluster type (kubernetes, docker, etc.)\n - filterCloudGateway: Boolean (optional) - Filter by cloud gateway capability\n - labels: String (optional) - Filter by labels (format: 'key:value,existCheck')\n - sort: String (optional) - Sort field and direction (e.g. 'name,created_at desc')\n\nOUTPUT:\n - metadata: Object - Contains pageSize, pageNumber, totalPages, totalCount, filters, sort\n - controlPlanes: Array - List of control planes with details for each including:\n - controlPlaneId: String - Unique identifier for the control plane\n - name: String - Display name of the control plane\n - description: String - Description of the control plane\n - type: String - Type of the control plane\n - clusterType: String - Underlying cluster type\n - controlPlaneEndpoint: String - URL endpoint for the control plane\n - telemetryEndpoint: String - URL endpoint for telemetry\n - hasCloudGateway: Boolean - Whether cloud gateway is enabled\n - labels: Object - Labels assigned to this control plane\n - metadata: Object - Creation and update timestamps\n - usage: Object - Information about how to use these results", 'parameters': {'type': 'object', 'properties': {'filterCloudGateway': {'type': 'boolean', 'description': 'Filter by cloud gateway capability'}, 'filterClusterType': {'type': 'string', 'description': "Filter by cluster type (e.g., 'kubernetes', 'docker')"}, 'filterName': {'type': 'string', 'description': 'Filter control planes by name (contains)'}, 'labels': {'type': 'string', 'description': "Filter by labels (format: 'key:value,existCheck')"}, 'pageNumber': {'type': 'integer', 'description': 'Page number to retrieve', 'minimum': 1}, 'pageSize': {'type': 'integer', 'description': 'Number of control planes per page', 'default': 10, 'minimum': 1, 'maximum': 1000}, 'sort': {'type': 'string', 'description': "Sort field and direction (e.g. 'name,created_at desc')"}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kong
other
{'type': 'function', 'name': 'list_plugins', 'description': 'List all plugins associated with a control plane.\n\nINPUT:\n - controlPlaneId: String - ID of the control plane\n - size: Number - Number of plugins to return (1-1000, default: 100)\n - offset: String (optional) - Pagination offset token from previous response\n\nOUTPUT:\n - metadata: Object - Contains controlPlaneId, size, offset, nextOffset, totalCount\n - plugins: Array - List of plugins with details for each including:\n - pluginId: String - Unique identifier for the plugin\n - name: String - Name of the plugin (e.g., rate-limiting, cors, etc.)\n - enabled: Boolean - Whether the plugin is enabled\n - config: Object - Plugin-specific configuration\n - protocols: Array - Protocols this plugin applies to\n - tags: Array - Tags associated with the plugin\n - scoping: Object - Defines plugin scope including:\n - consumerId: String - Consumer this plugin applies to (if any)\n - serviceId: String - Service this plugin applies to (if any)\n - routeId: String - Route this plugin applies to (if any)\n - global: Boolean - Whether this is a global plugin\n - metadata: Object - Creation and update timestamps\n - relatedTools: Array - List of related tools for plugin configuration', 'parameters': {'type': 'object', 'properties': {'controlPlaneId': {'type': 'string', 'description': 'Control Plane ID (obtainable from list-control-planes tool)'}, 'offset': {'type': 'string', 'description': 'Offset token for pagination (from previous response)'}, 'size': {'type': 'integer', 'description': 'Number of plugins to return', 'default': 100, 'minimum': 1, 'maximum': 1000}}, 'required': ['controlPlaneId'], 'additionalProperties': False}, 'strict': True}
kong
other
{'type': 'function', 'name': 'list_routes', 'description': 'List all routes associated with a control plane.\n\nINPUT:\n - controlPlaneId: String - ID of the control plane\n - size: Number - Number of routes to return (1-1000, default: 100)\n - offset: String (optional) - Pagination offset token from previous response\n\nOUTPUT:\n - metadata: Object - Contains controlPlaneId, size, offset, nextOffset, totalCount\n - routes: Array - List of routes with details for each including:\n - routeId: String - Unique identifier for the route\n - name: String - Display name of the route\n - protocols: Array - Protocols this route accepts (http, https, grpc, etc.)\n - methods: Array - HTTP methods this route accepts\n - hosts: Array - Hostnames this route matches\n - paths: Array - URL paths this route matches\n - stripPath: Boolean - Whether to strip the matched path prefix\n - preserveHost: Boolean - Whether to preserve the host header\n - serviceId: String - ID of the service this route forwards to\n - enabled: Boolean - Whether the route is enabled\n - metadata: Object - Creation and update timestamps\n - relatedTools: Array - List of related tools for further analysis', 'parameters': {'type': 'object', 'properties': {'controlPlaneId': {'type': 'string', 'description': 'Control Plane ID (obtainable from list-control-planes tool)'}, 'offset': {'type': 'string', 'description': 'Offset token for pagination (from previous response)'}, 'size': {'type': 'integer', 'description': 'Number of routes to return', 'default': 100, 'minimum': 1, 'maximum': 1000}}, 'required': ['controlPlaneId'], 'additionalProperties': False}, 'strict': True}
kong
other
{'type': 'function', 'name': 'list_services', 'description': 'List all services associated with a control plane.\n\nINPUT:\n - controlPlaneId: String - ID of the control plane\n - size: Number - Number of services to return (1-1000, default: 100)\n - offset: String (optional) - Pagination offset token from previous response\n\nOUTPUT:\n - metadata: Object - Contains controlPlaneId, size, offset, nextOffset, totalCount\n - services: Array - List of services with details for each including:\n - serviceId: String - Unique identifier for the service\n - name: String - Display name of the service\n - host: String - Target host for the service\n - port: Number - Target port for the service\n - protocol: String - Protocol used (http, https, grpc, etc.)\n - path: String - Path prefix for the service\n - retries: Number - Number of retries on failure\n - connectTimeout: Number - Connection timeout in milliseconds\n - writeTimeout: Number - Write timeout in milliseconds\n - readTimeout: Number - Read timeout in milliseconds\n - tags: Array - Tags associated with the service\n - enabled: Boolean - Whether the service is enabled\n - metadata: Object - Creation and update timestamps\n - relatedTools: Array - List of related tools for further analysis', 'parameters': {'type': 'object', 'properties': {'controlPlaneId': {'type': 'string', 'description': 'Control Plane ID (obtainable from list-control-planes tool)'}, 'offset': {'type': 'string', 'description': 'Offset token for pagination (from previous response)'}, 'size': {'type': 'integer', 'description': 'Number of services to return', 'default': 100, 'minimum': 1, 'maximum': 1000}}, 'required': ['controlPlaneId'], 'additionalProperties': False}, 'strict': True}
kong
other
{'type': 'function', 'name': 'query_api_requests', 'description': 'Query and analyze Kong API Gateway requests with customizable filters. \nBefore calling this it\'s necessary to have a controlPlaneID and a serviceID or routeID. \nThese can be obtained using the list-control-planes, list-services, and list-routes tools.\n\nINPUT:\n - timeRange: String - Time range for data retrieval (15M, 1H, 6H, 12H, 24H, 7D)\n - statusCodes: Number[] (optional) - Filter by specific HTTP status codes\n - excludeStatusCodes: Number[] (optional) - Exclude specific HTTP status codes\n - httpMethods: String[] (optional) - Filter by HTTP methods (e.g., GET, POST)\n - consumerIds: String[] (optional) - Filter by consumer IDs\n - serviceIds: String[] (optional) - Filter by service IDs. The format of this field must be "<controlPlaneID>:<serviceID>". \n - routeIds: String[] (optional) - Filter by route IDs. The format of this field must be "<controlPlaneID:routeID>"\n - maxResults: Number - Maximum number of results to return (1-1000)\n\nOUTPUT:\n - metadata: Object - Contains totalRequests, timeRange, and applied filters\n - requests: Array - List of request objects with details including:\n - requestId: String - Unique request identifier\n - timestamp: String - When the request occurred\n - httpMethod: String - HTTP method used (GET, POST, etc.)\n - uri: String - Request URI path\n - statusCode: Number - HTTP status code of the response\n - consumerId: String - ID of the consumer making the request\n - serviceId: String - ID of the service handling the request\n - routeId: String - ID of the matched route\n - latency: Object - Response time metrics\n - clientIp: String - IP address of the client\n - and many more detailed fields...', 'parameters': {'type': 'object', 'properties': {'consumerIds': {'type': 'array', 'description': 'Filter by consumer IDs', 'items': {'type': 'string'}}, 'excludeStatusCodes': {'type': 'array', 'description': 'Exclude specific HTTP status codes (e.g. [400, 401, 500])', 'items': {'type': 'integer', 'minimum': 100, 'maximum': 599}}, 'httpMethods': {'type': 'array', 'description': "Filter by HTTP methods (e.g. ['GET', 'POST', 'DELETE'])", 'items': {'type': 'string'}}, 'maxResults': {'type': 'integer', 'description': 'Number of items to return per page', 'default': 100, 'minimum': 1, 'maximum': 1000}, 'routeIds': {'type': 'array', 'description': 'Filter by route IDs (from list-routes tool)', 'items': {'type': 'string'}}, 'serviceIds': {'type': 'array', 'description': 'Filter by service IDs', 'items': {'type': 'string'}}, 'statusCodes': {'type': 'array', 'description': 'Filter by specific HTTP status codes (e.g. [200, 201, 404])', 'items': {'type': 'integer', 'minimum': 100, 'maximum': 599}}, 'timeRange': {'type': 'string', 'description': 'Time range for data retrieval (15M = 15 minutes, 1H = 1 hour, etc.)', 'default': '1H', 'enum': ['15M', '1H', '6H', '12H', '24H', '7D']}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'cleanup', 'description': 'Cleanup all managed resources', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'exec_in_pod', 'description': 'Execute a command in a Kubernetes pod or container and return the output', 'parameters': {'type': 'object', 'properties': {'command': {'description': 'Command to execute in the pod (string or array of args)', 'anyOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}, 'container': {'type': 'string', 'description': 'Container name (required when pod has multiple containers)'}, 'context': {'type': 'string', 'description': 'Kubeconfig Context to use for the command (optional - defaults to null)', 'default': ''}, 'name': {'type': 'string', 'description': 'Name of the pod to execute the command in'}, 'namespace': {'type': 'string', 'description': 'Kubernetes namespace', 'default': 'default'}, 'shell': {'type': 'string', 'description': "Shell to use for command execution (e.g. '/bin/sh', '/bin/bash'). If not provided, will use command as-is."}, 'timeout': {'type': 'number', 'description': 'Timeout for command - 60000 milliseconds if not specified'}}, 'required': ['name', 'command'], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'explain_resource', 'description': 'Get documentation for a Kubernetes resource or field', 'parameters': {'type': 'object', 'properties': {'apiVersion': {'type': 'string', 'description': "API version to use (e.g. 'apps/v1')"}, 'context': {'type': 'string', 'description': 'Kubeconfig Context to use for the command (optional - defaults to null)', 'default': ''}, 'output': {'type': 'string', 'description': 'Output format (plaintext or plaintext-openapiv2)', 'default': 'plaintext', 'enum': ['plaintext', 'plaintext-openapiv2']}, 'recursive': {'type': 'boolean', 'description': 'Print the fields of fields recursively', 'default': False}, 'resource': {'type': 'string', 'description': "Resource name or field path (e.g. 'pods' or 'pods.spec.containers')"}}, 'required': ['resource'], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'install_helm_chart', 'description': 'Install a Helm chart with support for both standard and template-based installation', 'parameters': {'type': 'object', 'properties': {'chart': {'type': 'string', 'description': "Chart name (e.g., 'nginx') or path to chart directory"}, 'context': {'type': 'string', 'description': 'Kubeconfig Context to use for the command (optional - defaults to null)', 'default': ''}, 'createNamespace': {'type': 'boolean', 'description': "Create namespace if it doesn't exist", 'default': True}, 'name': {'type': 'string', 'description': 'Name of the Helm release'}, 'namespace': {'type': 'string', 'description': 'Kubernetes namespace', 'default': 'default'}, 'repo': {'type': 'string', 'description': 'Helm repository URL (optional if using local chart path)'}, 'useTemplate': {'type': 'boolean', 'description': 'Use helm template + kubectl apply instead of helm install (bypasses auth issues)', 'default': False}, 'values': {'type': 'object', 'description': 'Custom values to override chart defaults'}, 'valuesFile': {'type': 'string', 'description': 'Path to values file (alternative to values object)'}}, 'required': ['name', 'chart', 'namespace'], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'kubectl_apply', 'description': 'Apply a Kubernetes YAML manifest from a string or file', 'parameters': {'type': 'object', 'properties': {'context': {'type': 'string', 'description': 'Kubeconfig Context to use for the command (optional - defaults to null)', 'default': ''}, 'dryRun': {'type': 'boolean', 'description': "If true, only validate the resource, don't actually execute the operation", 'default': False}, 'filename': {'type': 'string', 'description': 'Path to a YAML file to apply (optional - use either manifest or filename)'}, 'force': {'type': 'boolean', 'description': 'If true, immediately remove resources from API and bypass graceful deletion', 'default': False}, 'manifest': {'type': 'string', 'description': 'YAML manifest to apply'}, 'namespace': {'type': 'string', 'description': 'Kubernetes namespace', 'default': 'default'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'kubectl_context', 'description': 'Manage Kubernetes contexts - list, get, or set the current context', 'parameters': {'type': 'object', 'properties': {'detailed': {'type': 'boolean', 'description': 'Include detailed information about the context', 'default': False}, 'name': {'type': 'string', 'description': 'Name of the context to set as current (required for set operation)'}, 'operation': {'type': 'string', 'description': 'Operation to perform: list contexts, get current context, or set current context', 'default': 'list', 'enum': ['list', 'get', 'set']}, 'output': {'type': 'string', 'description': 'Output format', 'default': 'json', 'enum': ['json', 'yaml', 'name', 'custom']}, 'showCurrent': {'type': 'boolean', 'description': 'When listing contexts, highlight which one is currently active', 'default': True}}, 'required': ['operation'], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'kubectl_create', 'description': 'Create Kubernetes resources using various methods (from file or using subcommands)', 'parameters': {'type': 'object', 'properties': {'annotations': {'type': 'array', 'description': 'Annotations to apply to the resource (e.g. ["key1=value1", "key2=value2"])', 'items': {'type': 'string'}}, 'command': {'type': 'array', 'description': 'Command to run in the container', 'items': {'type': 'string'}}, 'context': {'type': 'string', 'description': 'Kubeconfig Context to use for the command (optional - defaults to null)', 'default': ''}, 'dryRun': {'type': 'boolean', 'description': "If true, only validate the resource, don't actually execute the operation", 'default': False}, 'filename': {'type': 'string', 'description': 'Path to a YAML file to create resources from'}, 'fromFile': {'type': 'array', 'description': 'Path to file for creating configmap (e.g. ["key1=/path/to/file1", "key2=/path/to/file2"])', 'items': {'type': 'string'}}, 'fromLiteral': {'type': 'array', 'description': 'Key-value pair for creating configmap (e.g. ["key1=value1", "key2=value2"])', 'items': {'type': 'string'}}, 'image': {'type': 'string', 'description': 'Image to use for the containers in the deployment'}, 'labels': {'type': 'array', 'description': 'Labels to apply to the resource (e.g. ["key1=value1", "key2=value2"])', 'items': {'type': 'string'}}, 'manifest': {'type': 'string', 'description': 'YAML manifest to create resources from'}, 'name': {'type': 'string', 'description': 'Name of the resource to create'}, 'namespace': {'type': 'string', 'description': 'Kubernetes namespace', 'default': 'default'}, 'output': {'type': 'string', 'description': 'Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file', 'default': 'yaml', 'enum': ['json', 'yaml', 'name', 'go-template', 'go-template-file', 'template', 'templatefile', 'jsonpath', 'jsonpath-as-json', 'jsonpath-file']}, 'port': {'type': 'number', 'description': 'Port that the container exposes'}, 'replicas': {'type': 'number', 'description': 'Number of replicas to create for the deployment', 'default': 1}, 'resourceType': {'type': 'string', 'description': 'Type of resource to create (namespace, configmap, deployment, service, etc.)'}, 'schedule': {'type': 'string', 'description': 'Cron schedule expression for the CronJob (e.g. "*/5 * * * *")'}, 'secretType': {'type': 'string', 'description': 'Type of secret to create (generic, docker-registry, tls)', 'enum': ['generic', 'docker-registry', 'tls']}, 'serviceType': {'type': 'string', 'description': 'Type of service to create (clusterip, nodeport, loadbalancer, externalname)', 'enum': ['clusterip', 'nodeport', 'loadbalancer', 'externalname']}, 'suspend': {'type': 'boolean', 'description': 'Whether to suspend the CronJob', 'default': False}, 'tcpPort': {'type': 'array', 'description': 'Port pairs for tcp service (e.g. ["80:8080", "443:8443"])', 'items': {'type': 'string'}}, 'validate': {'type': 'boolean', 'description': 'If true, validate resource schema against server schema', 'default': True}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'kubectl_delete', 'description': 'Delete Kubernetes resources by resource type, name, labels, or from a manifest file', 'parameters': {'type': 'object', 'properties': {'allNamespaces': {'type': 'boolean', 'description': 'If true, delete resources across all namespaces', 'default': False}, 'context': {'type': 'string', 'description': 'Kubeconfig Context to use for the command (optional - defaults to null)', 'default': ''}, 'filename': {'type': 'string', 'description': 'Path to a YAML file to delete resources from (optional)'}, 'force': {'type': 'boolean', 'description': 'If true, immediately remove resources from API and bypass graceful deletion', 'default': False}, 'gracePeriodSeconds': {'type': 'number', 'description': 'Period of time in seconds given to the resource to terminate gracefully'}, 'labelSelector': {'type': 'string', 'description': "Delete resources matching this label selector (e.g. 'app=nginx')"}, 'manifest': {'type': 'string', 'description': 'YAML manifest defining resources to delete (optional)'}, 'name': {'type': 'string', 'description': 'Name of the resource to delete'}, 'namespace': {'type': 'string', 'description': 'Kubernetes namespace', 'default': 'default'}, 'resourceType': {'type': 'string', 'description': 'Type of resource to delete (e.g., pods, deployments, services, etc.)'}}, 'required': ['resourceType', 'name', 'namespace'], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'kubectl_describe', 'description': 'Describe Kubernetes resources by resource type, name, and optionally namespace', 'parameters': {'type': 'object', 'properties': {'allNamespaces': {'type': 'boolean', 'description': 'If true, describe resources across all namespaces', 'default': False}, 'context': {'type': 'string', 'description': 'Kubeconfig Context to use for the command (optional - defaults to null)', 'default': ''}, 'name': {'type': 'string', 'description': 'Name of the resource to describe'}, 'namespace': {'type': 'string', 'description': 'Kubernetes namespace', 'default': 'default'}, 'resourceType': {'type': 'string', 'description': 'Type of resource to describe (e.g., pods, deployments, services, etc.)'}}, 'required': ['resourceType', 'name'], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'kubectl_generic', 'description': 'Execute any kubectl command with the provided arguments and flags', 'parameters': {'type': 'object', 'properties': {'args': {'type': 'array', 'description': 'Additional command arguments', 'items': {'type': 'string'}}, 'command': {'type': 'string', 'description': 'The kubectl command to execute (e.g. patch, rollout, top)'}, 'context': {'type': 'string', 'description': 'Kubeconfig Context to use for the command (optional - defaults to null)', 'default': ''}, 'flags': {'type': 'object', 'description': 'Command flags as key-value pairs', 'additionalProperties': True}, 'name': {'type': 'string', 'description': 'Resource name'}, 'namespace': {'type': 'string', 'description': 'Kubernetes namespace', 'default': 'default'}, 'outputFormat': {'type': 'string', 'description': 'Output format (e.g. json, yaml, wide)', 'enum': ['json', 'yaml', 'wide', 'name', 'custom']}, 'resourceType': {'type': 'string', 'description': 'Resource type (e.g. pod, deployment)'}, 'subCommand': {'type': 'string', 'description': "Subcommand if applicable (e.g. 'history' for rollout)"}}, 'required': ['command'], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'kubectl_get', 'description': 'Get or list Kubernetes resources by resource type, name, and optionally namespace', 'parameters': {'type': 'object', 'properties': {'allNamespaces': {'type': 'boolean', 'description': 'If true, list resources across all namespaces', 'default': False}, 'context': {'type': 'string', 'description': 'Kubeconfig Context to use for the command (optional - defaults to null)', 'default': ''}, 'fieldSelector': {'type': 'string', 'description': "Filter resources by field selector (e.g. 'metadata.name=my-pod')"}, 'labelSelector': {'type': 'string', 'description': "Filter resources by label selector (e.g. 'app=nginx')"}, 'name': {'type': 'string', 'description': 'Name of the resource (optional - if not provided, lists all resources of the specified type)'}, 'namespace': {'type': 'string', 'description': 'Kubernetes namespace', 'default': 'default'}, 'output': {'type': 'string', 'description': 'Output format', 'default': 'json', 'enum': ['json', 'yaml', 'wide', 'name', 'custom']}, 'resourceType': {'type': 'string', 'description': 'Type of resource to get (e.g., pods, deployments, services, configmaps, events, etc.)'}, 'sortBy': {'type': 'string', 'description': 'Sort events by a field (default: lastTimestamp). Only applicable for events.'}}, 'required': ['resourceType', 'name', 'namespace'], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'kubectl_logs', 'description': 'Get logs from Kubernetes resources like pods, deployments, or jobs', 'parameters': {'type': 'object', 'properties': {'container': {'type': 'string', 'description': 'Container name (required when pod has multiple containers)'}, 'context': {'type': 'string', 'description': 'Kubeconfig Context to use for the command (optional - defaults to null)', 'default': ''}, 'follow': {'type': 'boolean', 'description': 'Follow logs output (not recommended, may cause timeouts)', 'default': False}, 'labelSelector': {'type': 'string', 'description': 'Filter resources by label selector'}, 'name': {'type': 'string', 'description': 'Name of the resource'}, 'namespace': {'type': 'string', 'description': 'Kubernetes namespace', 'default': 'default'}, 'previous': {'type': 'boolean', 'description': 'Include logs from previously terminated containers', 'default': False}, 'resourceType': {'type': 'string', 'description': 'Type of resource to get logs from', 'enum': ['pod', 'deployment', 'job', 'cronjob']}, 'since': {'type': 'string', 'description': "Show logs since relative time (e.g. '5s', '2m', '3h')"}, 'sinceTime': {'type': 'string', 'description': 'Show logs since absolute time (RFC3339)'}, 'tail': {'type': 'number', 'description': 'Number of lines to show from end of logs'}, 'timestamps': {'type': 'boolean', 'description': 'Include timestamps in logs', 'default': False}}, 'required': ['resourceType', 'name', 'namespace'], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'kubectl_patch', 'description': 'Update field(s) of a resource using strategic merge patch, JSON merge patch, or JSON patch', 'parameters': {'type': 'object', 'properties': {'context': {'type': 'string', 'description': 'Kubeconfig Context to use for the command (optional - defaults to null)', 'default': ''}, 'dryRun': {'type': 'boolean', 'description': "If true, only validate the resource, don't actually execute the operation", 'default': False}, 'name': {'type': 'string', 'description': 'Name of the resource to patch'}, 'namespace': {'type': 'string', 'description': 'Kubernetes namespace', 'default': 'default'}, 'patchData': {'type': 'object', 'description': 'Patch data as a JSON object'}, 'patchFile': {'type': 'string', 'description': 'Path to a file containing the patch data (alternative to patchData)'}, 'patchType': {'type': 'string', 'description': 'Type of patch to apply', 'default': 'strategic', 'enum': ['strategic', 'merge', 'json']}, 'resourceType': {'type': 'string', 'description': 'Type of resource to patch (e.g., pods, deployments, services)'}}, 'required': ['resourceType', 'name'], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'kubectl_rollout', 'description': 'Manage the rollout of a resource (e.g., deployment, daemonset, statefulset)', 'parameters': {'type': 'object', 'properties': {'context': {'type': 'string', 'description': 'Kubeconfig Context to use for the command (optional - defaults to null)', 'default': ''}, 'name': {'type': 'string', 'description': 'Name of the resource'}, 'namespace': {'type': 'string', 'description': 'Kubernetes namespace', 'default': 'default'}, 'resourceType': {'type': 'string', 'description': 'Type of resource to manage rollout for', 'default': 'deployment', 'enum': ['deployment', 'daemonset', 'statefulset']}, 'revision': {'type': 'number', 'description': 'Revision to rollback to (for undo subcommand)'}, 'subCommand': {'type': 'string', 'description': 'Rollout subcommand to execute', 'default': 'status', 'enum': ['history', 'pause', 'restart', 'resume', 'status', 'undo']}, 'timeout': {'type': 'string', 'description': "The length of time to wait before giving up (e.g., '30s', '1m', '2m30s')"}, 'toRevision': {'type': 'number', 'description': 'Revision to roll back to (for history subcommand)'}, 'watch': {'type': 'boolean', 'description': 'Watch the rollout status in real-time until completion', 'default': False}}, 'required': ['subCommand', 'resourceType', 'name', 'namespace'], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'kubectl_scale', 'description': 'Scale a Kubernetes deployment', 'parameters': {'type': 'object', 'properties': {'context': {'type': 'string', 'description': 'Kubeconfig Context to use for the command (optional - defaults to null)', 'default': ''}, 'name': {'type': 'string', 'description': 'Name of the deployment to scale'}, 'namespace': {'type': 'string', 'description': 'Kubernetes namespace', 'default': 'default'}, 'replicas': {'type': 'number', 'description': 'Number of replicas to scale to'}, 'resourceType': {'type': 'string', 'description': 'Resource type to scale (deployment, replicaset, statefulset)', 'default': 'deployment'}}, 'required': ['name', 'replicas'], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'list_api_resources', 'description': 'List the API resources available in the cluster', 'parameters': {'type': 'object', 'properties': {'apiGroup': {'type': 'string', 'description': 'API group to filter by'}, 'context': {'type': 'string', 'description': 'Kubeconfig Context to use for the command (optional - defaults to null)', 'default': ''}, 'namespaced': {'type': 'boolean', 'description': 'If true, only show namespaced resources'}, 'output': {'type': 'string', 'description': 'Output format (wide, name, or no-headers)', 'default': 'wide', 'enum': ['wide', 'name', 'no-headers']}, 'verbs': {'type': 'array', 'description': 'List of verbs to filter by', 'items': {'type': 'string'}}}, 'required': [], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'node_management', 'description': 'Manage Kubernetes nodes with cordon, drain, and uncordon operations', 'parameters': {'type': 'object', 'properties': {'confirmDrain': {'type': 'boolean', 'description': 'Explicit confirmation to drain the node (required for drain operation)', 'default': False}, 'deleteLocalData': {'type': 'boolean', 'description': 'Delete local data even if emptyDir volumes are used (for drain operation)', 'default': False}, 'dryRun': {'type': 'boolean', 'description': 'Show what would be done without actually doing it (for drain operation)', 'default': False}, 'force': {'type': 'boolean', 'description': 'Force the operation even if there are pods not managed by a ReplicationController, ReplicaSet, Job, DaemonSet or StatefulSet (for drain operation)', 'default': False}, 'gracePeriod': {'type': 'number', 'description': 'Period of time in seconds given to each pod to terminate gracefully (for drain operation). If set to -1, uses the kubectl default grace period.', 'default': -1}, 'ignoreDaemonsets': {'type': 'boolean', 'description': 'Ignore DaemonSet-managed pods (for drain operation)', 'default': True}, 'nodeName': {'type': 'string', 'description': 'Name of the node to operate on (required for cordon, drain, uncordon)'}, 'operation': {'type': 'string', 'description': 'Node operation to perform', 'enum': ['cordon', 'drain', 'uncordon']}, 'timeout': {'type': 'string', 'description': "The length of time to wait before giving up (for drain operation, e.g., '5m', '1h')", 'default': '0'}}, 'required': ['operation'], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'ping', 'description': 'Verify that the counterpart is still responsive and the connection is alive.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'port_forward', 'description': 'Forward a local port to a port on a Kubernetes resource', 'parameters': {'type': 'object', 'properties': {'localPort': {'type': 'number'}, 'namespace': {'type': 'string'}, 'resourceName': {'type': 'string'}, 'resourceType': {'type': 'string'}, 'targetPort': {'type': 'number'}}, 'required': ['resourceType', 'resourceName', 'localPort', 'targetPort'], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'stop_port_forward', 'description': 'Stop a port-forward process', 'parameters': {'type': 'object', 'properties': {'id': {'type': 'string'}}, 'required': ['id'], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'uninstall_helm_chart', 'description': 'Uninstall a Helm chart release', 'parameters': {'type': 'object', 'properties': {'context': {'type': 'string', 'description': 'Kubeconfig Context to use for the command (optional - defaults to null)', 'default': ''}, 'name': {'type': 'string', 'description': 'Name of the Helm release to uninstall'}, 'namespace': {'type': 'string', 'description': 'Kubernetes namespace', 'default': 'default'}}, 'required': ['name', 'namespace'], 'additionalProperties': False}, 'strict': True}
kubernetes
other
{'type': 'function', 'name': 'upgrade_helm_chart', 'description': 'Upgrade an existing Helm chart release', 'parameters': {'type': 'object', 'properties': {'chart': {'type': 'string', 'description': 'Chart name or path to chart directory'}, 'context': {'type': 'string', 'description': 'Kubeconfig Context to use for the command (optional - defaults to null)', 'default': ''}, 'name': {'type': 'string', 'description': 'Name of the Helm release to upgrade'}, 'namespace': {'type': 'string', 'description': 'Kubernetes namespace', 'default': 'default'}, 'repo': {'type': 'string', 'description': 'Helm repository URL (optional if using local chart path)'}, 'values': {'type': 'object', 'description': 'Custom values to override chart defaults'}, 'valuesFile': {'type': 'string', 'description': 'Path to values file (alternative to values object)'}}, 'required': ['name', 'chart', 'namespace'], 'additionalProperties': False}, 'strict': True}
line
other
{'type': 'function', 'name': 'broadcast_flex_message', 'description': 'Broadcast a highly customizable flex message via LINE to all users who have added your LINE Official Account. Supports both bubble (single container) and carousel (multiple swipeable bubbles) layouts. Please be aware that this message will be sent to all users.', 'parameters': {'type': 'object', 'properties': {'message': {'type': 'object', 'required': ['altText', 'contents'], 'properties': {'altText': {'type': 'string', 'description': 'Alternative text shown when flex message cannot be displayed.'}, 'contents': {'type': 'object', 'description': "Flexible container structure following LINE Flex Message format. For 'bubble' type, can include header, hero, body, footer, and styles sections. For 'carousel' type, includes an array of bubble containers in the 'contents' property.", 'required': ['type'], 'properties': {'type': {'type': 'string', 'description': "Type of the container. 'bubble' for single container, 'carousel' for multiple swipeable bubbles.", 'enum': ['bubble', 'carousel']}}, 'additionalProperties': True}, 'type': {'type': 'string', 'default': 'flex', 'const': 'flex'}}, 'additionalProperties': False}}, 'required': ['message'], 'additionalProperties': False}, 'strict': True}
line
other
{'type': 'function', 'name': 'broadcast_text_message', 'description': 'Broadcast a simple text message via LINE to all users who have followed your LINE Official Account. Use this for sending plain text messages without formatting. Please be aware that this message will be sent to all users.', 'parameters': {'type': 'object', 'properties': {'message': {'type': 'object', 'required': ['text'], 'properties': {'text': {'type': 'string', 'description': 'The plain text content to send to the user.', 'maxLength': 5000}, 'type': {'type': 'string', 'default': 'text', 'const': 'text'}}, 'additionalProperties': False}}, 'required': ['message'], 'additionalProperties': False}, 'strict': True}
line
other
{'type': 'function', 'name': 'cancel_rich_menu_default', 'description': 'Cancel the default rich menu.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}