Skip to main content
Glama

NTV Scaffolding MCP Server

get_ntv_component_doc

Retrieve detailed documentation for NTV components including props, events, and usage patterns to understand component functionality and implementation requirements.

Instructions

Gets comprehensive documentation for a specific NTV component including props, events, and usage patterns

Input Schema

NameRequiredDescriptionDefault
componentYesComponent name (e.g., 'Button', 'Input', 'Card', 'Autocomplete')

Input Schema (JSON Schema)

{ "properties": { "component": { "description": "Component name (e.g., 'Button', 'Input', 'Card', 'Autocomplete')", "type": "string" } }, "required": [ "component" ], "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/stephenlumban/component-mcp'

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