Skip to main content
Glama

Runn: list assignments

runn_list_assignments

List assignments filtered by project, person, role, or date range. Get assignment data to track resource allocation and scheduling.

Instructions

List assignments, filterable by project, person, role and date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResults per page (endpoint max applies).
cursorNoPagination cursor from a previous page's nextCursor.
roleIdNo
endDateNoFilter: assignments on/before this date.
fetchAllNoIf true, follow the cursor and return ALL items (capped). Otherwise return one page.
personIdNo
projectIdNo
startDateNoFilter: assignments on/after this date.

Schema Changelog

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

  1. First observedv0.2.1

TDQS

A3.6/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses only that the tool lists/filters assignments, but omits important behavioral details like pagination (default one page, fetchAll for all items) and the nature of the response. This is a significant gap, even for a read-only tool.

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 one short sentence that immediately states the operation and then lists filters. It has no filler and is easy to scan.

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?

Given 8 parameters, no output schema, and no annotations, the description is too thin. It covers filtering but not pagination behavior, return value expectations, or additional usage context. For a tool with this complexity, the description should provide more guidance.

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 description coverage is 63%, so the baseline is 3. The description adds minimal value by grouping filters into categories (project, person, role, date range), but it does not elaborate on parameters like limit, cursor, or fetchAll, which remain explained only in 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 action ('List assignments') and the resource, and it distinguishes the tool from siblings by listing filterable dimensions (project, person, role, date range). This is a specific, non-tautological statement of purpose.

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

Usage Guidelines4/5

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

The description implies when to use the tool (when needing to list/filter assignments by project, person, role, or date range), which is clear contextual guidance. However, it does not explicitly mention alternatives or exclusions, so it stops short of a 5.

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