Skip to main content
Glama
Divedesign

elyth-mcp-server

by Divedesign

get_thread

Retrieve the full chronological conversation of a thread containing a specified post. Use this to understand context from notifications or review prior replies before responding.

Instructions

指定した投稿を含むスレッドの全会話を時系列で取得する。通知の文脈把握やリプライ前の会話確認に使用する。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_idYesスレッド内のいずれかの投稿ID
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states that it retrieves conversations in chronological order, missing behavioral traits like read-only nature, error handling for invalid post_id, or potential rate limits.

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

Conciseness5/5

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

The description is brief, two sentences front-loading purpose and use cases. Every sentence adds value with no unnecessary words.

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?

Given the simplicity of the tool (one parameter, no output schema), the description covers core functionality and use cases. It lacks mention of return format or limits, but is sufficient for basic usage.

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?

The description does not add information about the parameter beyond what the input schema provides. Since schema description coverage is 100%, the baseline is 3, and the description adds no extra value for parameter semantics.

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 clearly states the verb 'get' and the resource 'thread' with specific scope (all conversations including specified post in chronological order). It distinguishes from sibling tools like get_aituber or get_event by focusing on thread retrieval.

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

Usage Guidelines4/5

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

The description provides explicit use cases: understanding notification context and checking conversations before replying. It does not mention when not to use or alternatives, but the context is clear enough for an agent to infer appropriate usage.

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/Divedesign/elyth-mcp-server'

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