Skip to main content
Glama

Task Board

team_task

Manage team tasks by creating, claiming, completing, or listing them with dependency support in the Memorix collaboration environment.

Instructions

Create, claim, complete, or list tasks in the team task board. Supports dependencies. Action "create": create a task. Action "claim": assign to yourself. Action "complete": mark done with result. Action "list": show tasks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesOperation to perform
descriptionNoTask description (for create)
depsNoDependency task IDs (for create)
taskIdNoTask ID (for claim/complete)
agentIdNoAgent ID (for claim/complete)
resultNoResult summary (for complete)
statusNoFilter by status (for list)
availableNoShow only claimable tasks (for list)
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions that the tool 'Supports dependencies' which adds useful context beyond the schema, but it fails to address critical behavioral aspects like authentication requirements, rate limits, error conditions, or what happens when tasks are claimed/completed (e.g., are they locked?). For a multi-action tool with mutation capabilities, this is insufficient.

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 appropriately concise with two sentences. The first sentence establishes the core purpose, and the second efficiently explains the four actions. There's no wasted verbiage, though the structure could be slightly improved by front-loading the most critical information more explicitly.

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 the tool's complexity (8 parameters, multiple mutation actions), lack of annotations, and no output schema, the description is incomplete. It doesn't explain return values, error handling, or important behavioral constraints. For a tool that can create, claim, and complete tasks, this leaves significant gaps for an AI agent to understand how to use it effectively.

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 8 parameters thoroughly. The description adds minimal value by mapping actions to parameter usage (e.g., 'description' for create, 'taskId' for claim/complete), but this is largely redundant with the schema's parameter descriptions. The baseline score of 3 reflects adequate but not additive parameter semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Create, claim, complete, or list tasks in the team task board. Supports dependencies.' This specifies the verb (create/claim/complete/list) and resource (tasks in team task board). However, it doesn't distinguish this tool from its sibling 'team_manage' which might have overlapping functionality, preventing a perfect score.

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?

The description provides implied usage guidance by listing the four actions and their purposes (e.g., 'Action "create": create a task'), but it doesn't explicitly state when to use this tool versus alternatives like 'team_manage' or provide clear exclusions. The guidance is functional but lacks strategic context.

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/AVIDS2/memorix'

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