Skip to main content
Glama

Agent Knowledge MCP

validate_config

Validate configuration object structure, types, and values with detailed error reporting to ensure accuracy and compatibility in the Agent Knowledge MCP server.

Instructions

Validate configuration object structure, types, and values with comprehensive error reporting

Input Schema

NameRequiredDescriptionDefault
configNoConfiguration object to validate. If not provided, validates current config

Input Schema (JSON Schema)

{ "properties": { "config": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "description": "Configuration object to validate. If not provided, validates current config", "title": "Config" } }, "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/itshare4u/AgentKnowledgeMCP'

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