Skip to main content
Glama
mrliuzhiyu

textview-mcp

by mrliuzhiyu

list_memos

Retrieve TextView memos in reverse chronological order, optionally filtered by date, source, or result limit.

Instructions

查询 TextView 记录区的碎片记录,按时间倒序。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo按日期过滤,格式 YYYY-MM-DD
limitNo返回数量,默认 20
sourceNo按来源过滤: web / desktop / mcp / xiaozhi / cli / api

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.1.0

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral burden. It states the sorting order (time descending) but does not disclose whether this is a read-only operation (implied but not explicit), pagination behavior, permissions required, or error handling. The description only partially covers behavioral aspects.

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 a single concise sentence that front-loads the core purpose and sorting order. It is efficient but could be slightly more informative without being verbose.

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

Completeness3/5

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

With no output schema and no annotations, the description should ideally provide more context about return values, pagination, and usage scenarios. It covers the basic purpose but leaves gaps for an agent to fully understand the tool's behavior and constraints.

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 schema already documents all three parameters fully. The description adds no parameter-level details beyond the schema, which is acceptable given the high coverage.

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

Purpose3/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: querying fragment memos in a TextView record area, sorted by time descending. However, it does not clearly distinguish from the sibling 'save_memo', and the term 'TextView 记录区' is context-specific without explaining its relevance. The purpose is understandable but lacks sibling differentiation.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like 'list_documents' or 'save_memo'. It simply describes what it does without indicating appropriate contexts or exclusions.

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