Skip to main content
Glama
Bin-H-17

PassPaper

by Bin-H-17

get_connection_info

Obtain the persistent PassPaper tablet pairing URL and QR code to connect a tablet for real-time handwriting and sketch capture.

Instructions

【递纸】Get the PassPaper tablet connection URL + QR code image. Call this FIRST whenever the user mentions '递纸', 'passpaper', '手写板', '平板连接', '画布', '地址', '二维码', '扫码', '我要用递纸', '打开递纸', '连接平板', '连平板'. The pairing is persistent — the user can bookmark the URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses that pairing is persistent and the URL can be bookmarked, which helps set expectations. However, it doesn't describe the exact output format or whether the QR code/URL expire, so there is still a moderate gap.

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 compact and front-loaded with the core purpose. The long trigger-phrase list is useful but somewhat repetitive; however, it is directly actionable for an agent.

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 zero-parameter tool with no output schema, the description provides a solid context: when to call it and what to expect in terms of persistent pairing. It stops short of detailing the response fields or security considerations, but the overall guidance is sufficient for straightforward invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the description naturally cannot add parameter detail. The baseline for zero-parameter tools is 4, and the description adequately explains what to do with the connection info, which is sufficient.

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 tool's function: getting the PassPaper tablet connection URL and QR code image. It uses specific verbs and resources, and the trigger phrase list distinguishes it from sibling tools that deal with handwriting or session data.

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?

It explicitly says to call this FIRST when the user mentions specific phrases and provides a list of trigger examples. It also conveys that it is the initial connection step, not a handwriting or session operation, which helps an agent choose it over siblings.

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