Skip to main content
Glama

Send Text to Dot Device

send_text

Send text notifications to Dot e-ink display devices for task completion alerts, important issues, reminders, and long-running task updates.

Instructions

Send text content to a Dot device (an e-ink display device). The text will be displayed on the e-ink screen.

You should PROACTIVELY call this tool to notify the user when:

  • You have completed a task (e.g., finished writing code, fixed a bug, completed a refactor)

  • You encounter an important issue that needs user attention

  • You want to remind the user about something important

  • A long-running task has finished

IMPORTANT: When you PROACTIVELY send a notification (not requested by user), you MUST include your name/identity in the signature field.

NOTE: If the request fails, retry once as it may be a temporary API issue.

Example: After completing a coding task, call this tool with title "Task Completed", message "I've finished implementing the feature you requested. Please review the changes.", and signature with your name (if proactively notifying) to notify the user on their Dot device.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoText title displayed on the screen (max 10 Chinese characters display length)
messageNoText content displayed on the screen (max 40 Chinese characters display length)
signatureNoText signature displayed on the screen
iconNoBase64 encoded PNG icon data (40x40px), displayed in the bottom left corner
linkNoHTTP/HTTPS link or Scheme URL for tap-to-open functionality
refreshNowNoWhether to display content immediately (default: true)
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behaviors: the tool sends notifications to a device, requires a signature for proactive use, and includes a retry strategy on failure ('retry once as it may be a temporary API issue'). However, it lacks details on permissions, rate limits, or error handling beyond retries, leaving some gaps.

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 well-structured with clear sections (purpose, proactive usage rules, important note, example), and each sentence adds value without redundancy. It is slightly verbose due to the detailed example and repetition of 'proactively', but overall efficient and front-loaded with key information.

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 tool's moderate complexity (6 parameters, no output schema, no annotations), the description provides strong contextual completeness. It covers purpose, usage guidelines, and behavioral aspects like retry logic, compensating well for the lack of annotations. However, it could improve by detailing response formats or error cases more explicitly.

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 6 parameters thoroughly. The description adds minimal parameter semantics beyond the schema, such as implying 'signature' is for identity in proactive cases via the usage guidelines, but does not explain parameter interactions or provide additional syntax details. This meets the baseline for high schema coverage.

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 specific action ('Send text content') and target resource ('to a Dot device'), with elaboration on the device type ('an e-ink display device') and outcome ('The text will be displayed on the e-ink screen'). It distinguishes this tool's purpose effectively, even without sibling tools for comparison.

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

Usage Guidelines5/5

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

The description provides explicit, detailed guidance on when to use this tool proactively (e.g., 'when you have completed a task', 'encounter an important issue', 'remind the user', 'long-running task finished'), including a mandatory requirement for proactive notifications ('MUST include your name/identity in the signature field'). It also offers an example scenario, making usage context very clear.

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/Lakphy/mindreset-dot-mcp'

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