Skip to main content
Glama

Renderball

List my decks

list_decks
Read-only

The user's Renderball documents, newest first, with editor links. Needs an account (a key).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

The readOnlyHint annotation already signals a safe read operation, and the description adds meaningful behavior beyond that: results are newest-first and include editor links, and authentication is required. It does not mention pagination or rate limits, but for a zero-parameter read tool this is a minor 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?

The description is compact and front-loaded: it opens with the core output, then states the one key prerequisite. There is no filler or repetition of the annotation; each fragment earns its place.

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 no output schema, the description does enough by stating what is returned (documents, editor links) and the ordering rule (newest first). It also covers the authentication prerequisite. It could be more explicit about the shape of each deck entry, but for a simple list tool this is sufficiently complete.

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?

There are no parameters, so schema coverage is effectively 100% and the description has nothing to add about parameter meaning. The baseline of 4 for a parameterless tool is appropriate; the description correctly focuses on behavior and output rather than inputs.

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?

The description clearly identifies the resource ("The user's Renderball documents") and adds useful output details: newest first, with editor links. The title supplies the explicit "list" verb, and this is distinguishable from siblings like see_deck because it refers to the full set of decks rather than a single one.

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

Usage Guidelines3/5

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

The description gives an important precondition ("Needs an account (a key)") and implies use whenever the user wants their own decks in reverse chronological order. It does not explicitly state when to use this tool over siblings or when not to use it, so the guidance is context only, not exclusionary.

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.