Skip to main content
Glama

Runn: list placeholders

runn_list_placeholders

List placeholders (unfilled roles) to allocate external or contractor work. Supports pagination via cursor and limit, or fetch-all to retrieve all items.

Instructions

List placeholders (unfilled roles used to allocate external/contractor work).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResults per page (endpoint max applies).
cursorNoPagination cursor from a previous page's nextCursor.
fetchAllNoIf true, follow the cursor and return ALL items (capped). Otherwise return one page.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.1

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden for behavioral disclosure. It only says 'list' and defines the resource; it does not mention pagination defaults, cursor behavior, fetchAll caps, or the read-only nature of the operation.

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 a single, front-loaded sentence that states the action and resource, followed by a compact definition. Every word earns its place, with no redundancy or filler.

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 simple list tool with complete parameter schema descriptions, this is largely sufficient. The definition adds useful context, though the absence of an output schema and lack of details about default pagination or return shape leave minor gaps.

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?

All three parameters have full schema descriptions (100% coverage), so the description does not need to repeat parameter semantics. It adds no additional param meaning beyond the schema, which aligns with the baseline 3.

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 states 'List placeholders' with a useful parenthetical defining what a placeholder is. It distinguishes the resource from other list tools by adding domain context, but does not explicitly differentiate it from sibling runn_list_roles.

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 explicit guidance on when to use this tool versus alternatives like runn_list_roles or runn_list_assignments. The definition implies a business use case but does not provide conditions, exclusions, or alternative recommendations.

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

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/CodecoolGlobal/runn-mcp'

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