Skip to main content
Glama

Runn: person hours report (by day)

runn_report_hours_person

Retrieve a person's daily planned and actual hours to compare forecasts with real time spent. Use date filters and pagination to analyze periods and identify discrepancies.

Instructions

By-day plan-vs-actual hours for a person (GET /reports/hours/people/{id}).

Input Schema

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

Schema Changelog

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

  1. First observedv0.2.1

TDQS

C2.9/5.0
Behavior2/5

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

There are no annotations, so the description must fully disclose behavioral traits. It states the core behavior (by-day plan vs actual hours) and that it's a GET request, but it does not mention pagination behavior, date range handling, or output format. It reveals basic purpose but omits operational nuances.

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?

The description is a single concise sentence that includes the endpoint path, making it front-loaded and free of fluff. It is appropriately sized for a simple report tool, though it could have included more guidance without becoming verbose.

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?

With no output schema and no annotations, the description is incomplete. It does not explain return values, pagination details, or how this report differs from similar project/hour reports. The presence of 6 parameters, including pagination controls, demands more context than provided.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 50%, and the description adds no parameter details beyond what the schema already provides. The path indicates personId is the main identifier, but the description does not explain the semantics of startDate/endDate, cursor, or fetchAll. It fails to compensate for the gaps in schema descriptions.

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: 'By-day plan-vs-actual hours for a person' with an explicit HTTP GET endpoint. It identifies the resource (person hours) and the context (by-day plan vs actual), distinguishing it from sibling tools like runn_report_hours_project.

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 guidance is provided on when to use this tool versus alternatives. There is no mention of exclusions or sibling tools (e.g., 'for project hours use runn_report_hours_project'). The description only states what it does, not when it should be chosen.

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