Skip to main content
Glama
KaterinaProtivenskiy

Productive.io MCP Server

List Invoice Attributions

productive_list_invoice_attributions

Retrieve budget links for a specific invoice to connect it to budgets and deals for financial tracking.

Instructions

List invoice attributions (budget links) for a specific invoice. Attributions connect invoices to budgets/deals for financial tracking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (starts at 1)
page_sizeNoNumber of results per page (max 200)
invoice_idYesThe invoice ID to list attributions for (required)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

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 behavioral burden. 'List' implies a read-only operation, but the description does not disclose auth requirements, rate limits, pagination behavior, or response characteristics beyond what the schema already covers.

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?

Two sentences with the purpose front-loaded and a concise definition sentence that earns its place. There is no redundant or wasted text.

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?

The description is largely complete for a simple list tool with 100% schema coverage: it names the resource, scope, and required identifier. It does not explain the shape of the returned attribution objects, but with no output schema and low complexity, this is a minor gap.

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 100%, so the schema already documents all three parameters, including invoice_id and pagination controls. The description adds no parameter-specific meaning beyond the schema, making the baseline 3 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 states a specific verb ('List') and resource ('invoice attributions') scoped to a specific invoice, and clearly distinguishes from the sibling create/update/delete attribution tools. The parenthetical definition ('budget links') further clarifies the domain term.

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

Usage Guidelines3/5

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

It indicates the tool is used for a specific invoice and implies when it is relevant, but does not explicitly state when to use it versus alternatives such as creating or retrieving invoice details. No exclusions or alternative-routing guidance is provided.

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