Skip to main content
Glama

get_wrap_up_session_status

Check the metadata-only stage status of a wrap-up session after a transport timeout. Provide idempotency_key or operation_id to determine final state or stale running status.

Instructions

读取 wrap_up_session 的阶段状态。 / Read metadata-only stage status for a wrap_up_session operation.

用途:当 MCP 客户端在会话收尾时遇到 transport timeout,可用调用前已知的
idempotency_key,或成功返回过的 operation_id,查询最后阶段和终态。长期未更新的
running 会只读标记为 stale_running。该工具不返回会话摘要正文或项目本地路径。
Purpose: after a session-closeout transport timeout, query metadata-only
state by the caller-known idempotency_key or a returned operation_id.
Long-unupdated running records are projected as stale_running without
mutating the record. No summary text or local project path is returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operation_idNo
idempotency_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv4.19.1

TDQS

A4.8/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and meets it well. It discloses that the operation is metadata-only, read-only, that long-unupdated running records are projected as stale_running without mutating the record, and that no summary text or local path is returned. These are meaningful side-effect guarantees beyond a generic 'get'.

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?

The bilingual format doubles the length, but each language block is compact and purposeful, with key facts front-loaded: metadata-only, read-only, stale_running, and non-return of summary/path. There is no filler; the repetition is acceptable for multilingual tooling.

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

Completeness5/5

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

Given the absence of annotations and a bare schema, the description delivers a complete operational picture: when to use it, which inputs are valid, what behavior to expect around stale states, and what is deliberately excluded. An output schema exists to define return fields, so nothing essential is missing for an agent to select and invoke this tool.

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 description coverage is 0%, so the description must compensate, and it does. It explains both parameters' roles: idempotency_key is caller-known and operation_id was returned by a prior call, and either can be used to query. It does not specify precedence or validation when both are supplied, but it provides enough context for correct invocation.

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

Purpose5/5

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

Description uses a specific verb ('读取/read metadata-only stage status') tied to a concrete resource (wrap_up_session), and clearly distinguishes itself from the mutation-oriented sibling wrap_up_session by stating it is read-only and metadata-only. It also states what it does not return (summary text or local project path), which further disambiguates it from retrieval tools like get_resume_brief.

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

Usage Guidelines5/5

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

The description explicitly names the triggering scenario: after a session-closeout transport timeout, using a caller-known idempotency_key or a returned operation_id. It also includes a clear when-not by excluding summary text and local path retrieval, so an agent knows this tool is for status checking, not content retrieval.

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

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/Patdolitse/piia-engram'

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