Skip to main content
Glama

pastepile_list

Read-only

List recent Pastepile pastes. With an API key configured this defaults to scope "mine": YOUR saved pastes, newest first, including unlisted ones. Use scope "public" for the public feed. For targeted lookups use pastepile_search instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results to return (1-100, default 20).
scopeNo"mine" lists pastes saved with the configured API key (default when a key is set); "public" lists the public feed (default without a key).

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint and openWorldHint, so the description adds value by disclosing ordering ('newest first'), visibility ('including unlisted ones'), and default scope behavior when an API key is configured. This goes beyond the annotations and gives useful behavioral context without contradiction.

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 three sentences, front-loaded with the core purpose, then expands on scope behavior, and ends with an alternative pointer. Every sentence adds distinct value with no redundancy or filler.

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

Completeness5/5

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

With a simple 2-parameter schema, clear annotations, no output schema needed, and sibling differentiation included, the description provides complete guidance. It covers parameters, defaults, ordering, and alternatives without requiring additional explanation.

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 input schema provides full descriptions for both parameters (100% coverage). The description adds semantic meaning by explaining the default scope ('mine' when key is set) and the behavior of 'public' as the public feed, which enriches the parameter documentation beyond the schema.

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: 'List recent Pastepile pastes.' It specifies a verb ('List') and a resource ('Pastepile pastes'), and distinguishes itself from siblings by noting the default scope behavior and explicitly recommending pastepile_search for targeted lookups.

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 explains when to use this tool versus alternatives: 'For targeted lookups use pastepile_search instead.' It also clarifies the scope parameter behavior depending on API key configuration, giving clear context for choosing between 'mine' and 'public'.

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.

TDQS

A4.4/5.0
Disambiguation3/5

Multiple tools serve similar purposes: pastepile_remember and pastepile_checkpoint both update versioned memory, while pastepile_recall, pastepile_search, and pastepile_query all provide search with overlapping scopes. Descriptions help but the boundaries are not always crisp, leading to potential miscalls.

Naming Consistency4/5

All tools share the 'pastepile_' prefix and most use a simple verb (save, get, list, search), but 'pastepile_timeline' and 'pastepile_memory_key' are noun-based, breaking the otherwise consistent verb pattern. Minor deviation keeps this from a 5.

Tool Count5/5

Twelve tools is well within the ideal range for a server of this scope, covering save, retrieve, search, version, and delete operations without excessive bloat. Each tool contributes a distinct capability.

Completeness5/5

The toolset covers the full lifecycle: create (save/remember), read (get/list/recall), update (checkpoint), delete (forget), versioning (timeline/restore), structured query (query), and key management (memory_key). No critical operations are missing for a paste/memory server.

Resources