Skip to main content
Glama

NTV Scaffolding MCP Server

get_ntv_component_props

Retrieve detailed input properties and configuration options for Angular components to understand component capabilities and usage requirements.

Instructions

Get detailed information about a component's input properties and configuration options

Input Schema

NameRequiredDescriptionDefault
componentYesComponent name (e.g., 'Button', 'Input')
propNameNoOptional: Get details for a specific property

Input Schema (JSON Schema)

{ "properties": { "component": { "description": "Component name (e.g., 'Button', 'Input')", "type": "string" }, "propName": { "description": "Optional: Get details for a specific property", "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