Skip to main content
Glama
rubenlangeweg

productive-mcp-rb2

get_project_tasks

get_project_tasks
Read-only

Retrieve all tasks for a specific project, with optional status filtering. Use to find task IDs for linking time entries in the timesheet workflow.

Instructions

Get all tasks for a specific project. ALSO used as STEP 4 in timesheet workflow to find task_id for linking time entries to specific tasks. Workflow: list_projects → list_project_deals → list_deal_services → get_project_tasks → create_time_entry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesThe ID of the project
statusNoFilter by task status (open or closed)
Behavior4/5

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

Annotations already indicate readOnlyHint=true, so the description's statement 'Get all tasks' confirms read-only behavior. The description adds workflow context beyond annotations, but does not disclose additional behavioral traits like rate limits or prerequisites, which is acceptable given the annotations cover safety.

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 concise with two sentences plus a workflow list. It is front-loaded with the primary purpose and structures additional context efficiently. Every sentence adds value without redundancy.

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 the tool's simplicity (two parameters, no output schema), the description adequately covers its purpose and workflow role. It lacks details on return format or pagination, but the workflow context somewhat compensates by implying the output includes task_id for time entries.

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?

The input schema already provides descriptions for both parameters (project_id and status) with 100% coverage. The description does not add any additional parameter semantics beyond what the schema provides, so a baseline score of 3 is appropriate.

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 retrieves all tasks for a specific project, using a specific verb and resource. It also distinguishes this from a generic tasks listing by specifying the project scope, and provides workflow context that differentiates it from sibling tools.

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 explicitly positions the tool as step 4 in a timesheet workflow and lists the preceding and following tools, giving clear guidance on when to use it. It does not explicitly mention alternatives or when not to use, but the workflow context is strong.

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

Install Server

Other Tools

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/rubenlangeweg/productive-mcp'

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