Skip to main content
Glama
xiaobenyang-com

AI-Persona

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XBY_APIKEYYes你的实际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

NameDescription
summon_personaC

召唤指定人格来处理任务

list_personasB

列出所有可用的人格

versionB

获取当前MCP服务版本信息

interactive_personaB

智能人格协作分析 - 根据当前对话上下文自动选择合适的人格进行逐步分析

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 4 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count4/5

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.

Completeness3/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues