Skip to main content
Glama
neffict

airi-xinchao

by neffict

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
xinchao_contextA

获取 Airi 的当前动态心智状态,返回紧凑描述注入 prompt。对话开始时默认调用一次。

xinchao_eventA

回传一次互动事件,更新驱动力、念头池和疲惫状态。每次对话后调用。

xinchao_statusB

查看完整状态:十二维驱动力、念头池、疲惫度、意图。

xinchao_settleB

手动触发状态结算(通常自动进行)。

xinchao_moodA

获取心情/能量简短描述,适合回复前的情绪判断。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation4/5

Tools are mostly distinct: xinchao_event updates state, xinchao_settle triggers process, and the three read tools (context, status, mood) differ in granularity and purpose. Context and mood could be confused if descriptions aren't careful, but they serve clear separate roles.

Naming Consistency4/5

All tools share the xinchao_ prefix and snake_case, but the second part is inconsistent in type: context, status, and mood are nouns, while event and settle could be verbs. Still, the prefix and naming are readable and predictable enough.

Tool Count5/5

Five tools is well-scoped for a niche server focused on a single agent's internal state. Each tool addresses a distinct need without redundancy or bloat.

Completeness4/5

The toolset covers reading state at multiple granularities, updating it via events, and manually triggering settlement. No major lifecycle gaps are apparent, though a reset or configuration tool might be expected in some scenarios.

Maintenance

ActivityMaintained
ResponsivenessNo issues