AI-Persona
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XBY_APIKEY | Yes | 你的实际apikey (Your actual API key) |
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
| Name | Description |
|---|---|
| summon_personaC | 召唤指定人格来处理任务 |
| list_personasB | 列出所有可用的人格 |
| versionB | 获取当前MCP服务版本信息 |
| interactive_personaB | 智能人格协作分析 - 根据当前对话上下文自动选择合适的人格进行逐步分析 |
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 4 tools
Each tool has a clearly distinct purpose with no overlap: interactive_persona analyzes context to select a persona, list_personas enumerates available personas, summon_persona activates a specific persona, and version provides metadata. There is no ambiguity between these functions.
Three of the four tools follow a consistent verb_noun pattern (interactive_persona, list_personas, summon_persona), but 'version' deviates as a noun-only name. This minor inconsistency slightly reduces the predictability of the naming scheme.
With 4 tools, the count is reasonable for managing AI personas, covering core operations like listing, summoning, and context-aware analysis. However, it feels slightly thin, as tools for updating or deleting personas might be expected for a complete lifecycle.
The toolset covers key functions for persona management (listing, summoning, and context analysis), but there are notable gaps: no tools for creating, updating, or deleting personas, which limits full CRUD coverage. The version tool is useful but not core to the domain.