Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
extract_antv_topic | AntV Intelligent Assistant Preprocessing Tool - Specifically designed to handle any user queries related to AntV visualization libraries. This tool is the first step in processing AntV technology stack issues, responsible for intelligently identifying, parsing, and structuring user visualization requirements. MANDATORY: Must be called for ANY new AntV-related queries, including simple questions. Always precedes query_antv_document tool. When to use this tool:
Key features:
|
query_antv_document | AntV Context Retrieval Assistant - Fetches relevant documentation, code examples, and best practices from official AntV resources. Supports g2, g6, l7, x6, f2, s2 libraries, and handles subtasks iterative queries. MANDATORY: Must be called for ANY AntV-related query (g2, g6, l7, x6, f2, s2), regardless of task complexity. No exceptions for simple tasks. When to use this tool:
|