Skip to main content
Glama

List stored engagements

list_engagements

List stored engagements with the active one marked; archived items are hidden unless explicitly included.

Instructions

保存済みのエンゲージメントを一覧する。選択中の案件には → 印が付く。既定ではアーカイブ済みを除く。 / List the stored engagements; the current one is marked with an arrow. Archived engagements are hidden unless includeArchived is true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNo出力言語 / Output languageboth
includeArchivedNoアーカイブ済みも含める / Include archived engagements
Install Server

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations present, the description carries the full behavioral burden. It discloses two useful behaviors: the arrow marking the current engagement and the default hiding of archived engagements unless includeArchived is true. It does not mention read-only guarantees, return format, ordering, or pagination, though the list operation implies no mutation.

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 description is compact and front-loaded with the main action, and each sentence adds a distinct detail. The bilingual duplication is slightly redundant but not wasteful.

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

Completeness4/5

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

For a simple two-optional-parameter list tool, the description covers its core behavior and key default. The absence of an output schema and annotations is partially mitigated by the clarity of the list operation, though a note that the tool is non-mutating would make it fully complete.

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

Parameters3/5

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

Schema coverage is 100%, so the schema fully documents lang and includeArchived. The description adds a behavioral nuance for includeArchived (hidden unless true) that is not explicit in the schema description, but it offers no additional meaning for the lang parameter. Baseline 3 is appropriate.

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?

The description starts with "List the stored engagements," a specific verb and resource, and adds a distinguishing behavior: the current engagement is marked with an arrow. This clearly separates it from sibling tools like get_engagement, switch_engagement, or archive_engagement.

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?

The description implies its use when an agent needs to enumerate stored engagements and clarifies the includeArchived default. However, it does not explicitly state when to prefer this over similar siblings such as review_all_engagements or get_engagement, leaving the selection logic mostly to the tool name.

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

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/Waganawa-Megumin/togaf10_EAP_MCP'

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