Skip to main content
Glama
alexherbaly

upservice-mcp

by alexherbaly

upservice_task_agreement_action

Advance an agreement workflow step: approve, reject, or progress a task, optionally extending its deadline.

Instructions

Advance an agreement/approval workflow step on a task: progress it, approve it, or reject it.

Args: params (AgreementActionInput): task_id (int), action (progress|approved|rejected), rejection_reason (required if action='rejected'), date_end (optional, used with 'progress')

Returns: str: JSON of the updated agreement state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description indicates the tool modifies state (advancing a workflow step) and returns the updated state, consistent with non-readOnly annotations. It does not disclose additional behavioral traits such as side effects, reversibility, or idempotency beyond what annotations imply.

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 concise with two sentences, clearly stating purpose and parameter requirements. The use of 'Args:' and 'Returns:' structure is acceptable but slightly verbose, which prevents a perfect score.

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 covers the essential behavior and return value for a tool with a single parameter and an existing output schema. It does not explain the difference between actions (schema covers that) or potential side effects, but is reasonably complete given the context.

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 detailed descriptions for all parameters (task_id, action, date_end, rejection_reason). The description echoes these constraints without adding new meaning, so it meets the baseline for high schema coverage.

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 the tool advances an agreement/approval workflow step on a task, listing specific actions: progress, approve, reject. This clearly identifies the verb and resource, and the three distinct outcomes distinguish it from other task-related tools.

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 like upservice_update_task_status or upservice_get_agreement_steps. There are no prerequisites, context for use, or exclusion criteria.

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/alexherbaly/upservice-mcp'

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