Skip to main content
Glama

Memory MCP Server

validate_component_props

Verify if specified properties exist for a component to prevent hallucination by cross-checking with @props observations using Memory MCP Server.

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