Skip to main content
Glama
aokings

io.github.aokings/thth

by aokings

who_is_this

Check who you are replying to by retrieving your past interactions with a pseudonym—contact count, timing, and reactions—without accessing message content.

Instructions

返信する相手を確かめる。この仮名と自分のアカウントの接触の回数・時期・反応を返す。発言の内容は持たない

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNoaccount 名(project の代わり)
profileNoその場で公開プロフィールを引く(Threads だけ・保存しない・既定 false)
projectNoこの project の account 全部(account の代わり)
usernameNo@ 無しでも可。その場で author_key に写す(保存しない・author_key の代わり)
author_keyNo仮名(16 進 16 桁・username の代わり)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral disclosure burden. It adds one useful trait: it does not retain message content. However, it does not explicitly state that the operation is read-only or that no state is modified, nor does it mention prerequisites, rate limits, or side effects. The 'no content' note is helpful but partial.

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 three short sentences, front-loads the core purpose, and every sentence contributes: purpose, output, and a key limitation. There is no filler or repetition, making it appropriately sized and well structured.

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 5-parameter tool with no required parameters and no output schema, the description gives the essential return fields (count, timing, reactions). It does not explain parameter selection logic, but the fully covered schema compensates for that. It is complete enough for an agent to understand the tool's role and invoke it, assuming it reads the schema.

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 description coverage is 100%, so the baseline is 3. The tool description itself adds no parameter-specific meaning beyond the schema. It does not clarify the mutual exclusivity or alternatives between account/project or username/author_key, but the schema already covers these relationships. The description neither enhances nor detracts.

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 states a specific verb and resource: '返信する相手を確かめる' (check who you're replying to) and specifies the output: contact count, timing, and reactions. It also explicitly notes what it does not hold ('発言の内容は持たない'), distinguishing it from content-reading tools like thread_read. This clearly differentiates it from siblings.

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 the use case ('before replying') but does not explicitly state when to use this tool versus alternatives, nor does it mention exclusions or sibling tools. No structured guidance directs the agent to choose this tool over others, leaving usage context only implicit.

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