Skip to main content
Glama
stephenlumban

NTV Scaffolding MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_ntv_component_fileB

Generates a complete TypeScript component file that uses an NTV component

get_ntv_component_docC

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

list_ntv_componentsB

Lists all available NTV Scaffolding components with their basic information

generate_ntv_component_usageC

Generates complete component usage code with TypeScript component class and template

get_ntv_component_propsC

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

generate_ntv_template_codeC

Generates HTML template code for an NTV component with optional custom configuration

get_ntv_component_examplesB

Gets predefined usage examples and code snippets for a specific component

get_ntv_component_usage_patternC

Gets the proper Angular standalone component usage pattern for a specific NTV component

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 8 tools

Disambiguation4/5

Most tools have distinct purposes, but there is some overlap between 'get_ntv_component_doc' and 'get_ntv_component_examples' as both provide usage information, which could cause mild confusion. The other tools are clearly differentiated by their specific functions like generation, listing, or property retrieval.

Naming Consistency5/5

All tools follow a consistent snake_case naming pattern with clear verb_noun structure, such as 'generate_ntv_component_file' and 'get_ntv_component_doc'. This predictability makes it easy for agents to understand and select the right tool based on naming conventions.

Tool Count5/5

With 8 tools, the server is well-scoped for its purpose of scaffolding NTV components, covering generation, documentation, and listing operations. Each tool serves a specific role without feeling excessive or insufficient for the domain.

Completeness4/5

The toolset provides comprehensive coverage for generating and retrieving component information, but lacks update or delete operations, which are minor gaps since the domain focuses on scaffolding and documentation rather than lifecycle management. Agents can still perform core workflows effectively.