ANSA API MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANSA_TXT_DOCS_PATH | No | 自定义TXT文档路径,覆盖内置文档 |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_ansa_apiA | Search the ANSA Python API documentation. Args: query: Search query (supports Chinese and English keywords) module: Filter by module name (e.g. "ansa.mesh", "ansa.base") category: Filter by category (e.g. "mesh_edit", "base_query") top_n: Maximum number of results to return (default 5) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion or overlap. The tool has a clear and singular purpose of searching the ANSA API documentation.
The single tool follows a consistent verb_noun pattern ('search_ansa_api'), which is clear and predictable.
One tool is appropriate for a focused documentation search server. While minimal, it aligns with the server's narrow scope.
The tool provides comprehensive search functionality with query, module, category filters, and result limiting. Minor gaps like listing available modules or categories exist but are not critical for the core search task.