Skip to main content
Glama

b612 (hakuto AI)

公式LINEに送ったメモを読む

b612_notes

利用者が hakuto の公式LINE に送ったメモを読み込む。「今日のメモをまとめて」「昨日のメモ見せて」「今週のアイデア整理して」などと言われたらこれを使う。days で遡る日数を指定する(既定は1=今日ぶん)。返ってくるのは日付ごとに並べた生のメモ。要約・分類・タスク化は、この結果を読んで自分で行うこと。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo何日ぶん遡るか。今日だけなら 1、今週なら 7。既定は 1

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it discloses the default window (1 day), and explicitly scopes downstream work away from the tool — summarization, classification and task-ification must be done by the caller on the raw result. It does not mention auth/permission requirements for reading the LINE account or any rate limits, leaving a small gap.

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?

Leads with what is read, then trigger phrases, then the parameter, then the post-processing constraint. No filler; each sentence carries actionable information.

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?

Even without an output schema, the description states what comes back (raw memos ordered by date), which is the key unknown for the caller, and it bounds the parameter. Nothing an agent needs to call this correctly is missing.

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 already 100%, and the schema documents the default of 1 itself. The description restates 'days で遡る日数を指定する(既定は1=今日ぶん)' and adds the mapping '今週なら 7', which is marginal added value over the schema — baseline 3 applies when the schema does the heavy lifting.

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?

Specific verb (読み込む) plus a precisely scoped resource: memos the user sent to hakuto's official LINE. This is clearly distinguishable from every sibling (design, rules, patterns, review_checklist, update), none of which read user-submitted notes.

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?

Gives concrete trigger utterances (「今日のメモをまとめて」「昨日のメモ見せて」「今週のアイデア整理して」) that map directly to invocation, which is strong when-to-use guidance. It does not name an alternative tool or state when NOT to use it, so it stops short of a 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources