Skip to main content
Glama

Memory MCP Server

validate_component_props

Validate component properties to ensure they exist in stored observations, preventing hallucination. Input includes component name and array of prop names to check.

Instructions

Validate component props to prevent hallucination. Checks if props exist in @props observations

Input Schema

NameRequiredDescriptionDefault
componentNameYesName of the component to validate
propsToCheckYesArray of prop names to validate

Input Schema (JSON Schema)

{ "properties": { "componentName": { "description": "Name of the component to validate", "type": "string" }, "propsToCheck": { "description": "Array of prop names to validate", "items": { "type": "string" }, "type": "array" } }, "required": [ "componentName", "propsToCheck" ], "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/grizzlypeaksoftware/mcp-memory-server'

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