Skip to main content
Glama

NTV Scaffolding MCP Server

get_ntv_component_examples

Retrieve predefined usage examples and code snippets for specific Angular components to understand implementation patterns and accelerate development.

Instructions

Gets predefined usage examples and code snippets for a specific component

Input Schema

NameRequiredDescriptionDefault
componentYesComponent name (e.g., 'Button', 'Input')
includeCodeNoInclude full code snippets in response. Default: true

Input Schema (JSON Schema)

{ "properties": { "component": { "description": "Component name (e.g., 'Button', 'Input')", "type": "string" }, "includeCode": { "description": "Include full code snippets in response. Default: true", "type": "boolean" } }, "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