Skip to main content
Glama

set_experience_status

Update the governance status of a design experience to active, pending, superseded, or wrong, with automatic timestamp updates and expiration handling.

Instructions

更新一条经验的治理状态(v6 stage 1,人工纠错)。

status ∈ {active, pending, superseded, wrong}。自由可逆(误标可改回): status→active 时自动 stamp last_reviewed。superseded_by(status=superseded 时指向替代者 id)。 valid_until_ts(Unix 秒,0=永不过期)。默认召回只含 active/pending 且未过期(superseded/wrong/expired 退出)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
statusYes
superseded_byNo
valid_until_tsNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description discloses reversibility, automatic stamping on status change, superseded_by usage, and effect on recall. Missing details on permissions or return values.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is concise and uses structured bullet points, though it could be more clearly organized into sections.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers main behavioral aspects and parameter details, but omits return value, error cases, and permission requirements given no output schema or annotations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% coverage; description explains status values, superseded_by condition, and valid_until_ts meaning. Id is implied but not described. Adds significant value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it updates the governance status of an experience, listing allowed status values. However, it does not differentiate from sibling tools like mark_superseded.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides needed context on allowed statuses, side effects, and default recall filtering, but lacks explicit guidance on when to use this tool versus alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fanghaoling/brainregion'

If you have feedback or need assistance with the MCP directory API, please join our Discord server