Skip to main content
Glama
RufengLai

ANSA API MCP Server

by RufengLai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ANSA_TXT_DOCS_PATHNo自定义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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

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.

Naming Consistency5/5

The single tool follows a consistent verb_noun pattern ('search_ansa_api'), which is clear and predictable.

Tool Count4/5

One tool is appropriate for a focused documentation search server. While minimal, it aligns with the server's narrow scope.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues