Skip to main content
Glama
SaloQT

imgui-mcp

by SaloQT

imgui_clipboard

Read or write the system clipboard text through ImGui to transfer data between the application and external sources.

Instructions

Get or set the system clipboard text via ImGui

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoText to set on the clipboard (required for 'set' action)
actionYesWhether to get or set clipboard content
Behavior2/5

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

No annotations are provided, so the description carries full burden. It doesn't disclose whether 'set' can overwrite existing clipboard content silently, whether 'get' blocks or returns empty on failure, platform differences in clipboard behavior, or whether ImGui must be initialized first. For a tool with zero annotation coverage, this is a notable 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?

Single sentence, zero wasted words, entirely front-loaded. It's efficient though arguably under-specified; still, for conciseness this is appropriately brief.

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

Completeness2/5

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

A two-action tool (get/set) with no output schema and no annotations. The description doesn't cover return value for 'get' (is it a string? null on failure?), silent overwrite behavior for 'set', platform variance, or interaction with the ImGui context. For a tool that touches the system clipboard, more behavioral detail would help an agent know what to expect.

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 coverage is 100%, and the 'action' enum already makes get/set semantics clear. The description adds the word 'text' which clarifies the data type of the clipboard content and the 'text' parameter. Baseline 3 is appropriate since the schema handles parameter documentation well.

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

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states 'Get or set the system clipboard text via ImGui' with a specific verb ('get or set') and resource ('system clipboard text'). It clearly differentiates from the many input/screenshot/window siblings. It doesn't name an alternative explicitly but the distinct clipboard resource makes purpose clear.

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 elaboration on when to use get vs set, when clipboard access is appropriate, or any context around clipboard integration with ImGui. No explicit exclusions or alternatives mentioned. The 'action' enum partially clarifies usage but the description adds no guidance.

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/SaloQT/imgui-mcp'

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