Skip to main content
Glama
mazemaze

Eureka Labo Task Management MCP Server

by mazemaze

list_project_members

List project members for task assignment. Project auto-detected from API key.

Instructions

List all members of the project (for task assignment). Project is automatically determined from API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.1/5.0
Behavior3/5

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

The description discloses that the project is automatically determined from the API key, which is a useful behavioral detail. However, it does not explicitly state that the operation is read-only or mention any other side effects, rate limits, or authentication requirements, leaving much to inference.

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 two short sentences with no redundant information. It directly states the action and a key operational detail, making it easy to parse and act upon.

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?

For a simple list tool with no parameters and no output schema, the description provides sufficient context: it states what it lists, the purpose, and the auto-determination of the project. It does not specify the response format, but the name and purpose make it reasonably clear that a list of members is returned.

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

Parameters5/5

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

The tool has zero parameters, so no semantic explanation is needed. The description adds value by clarifying that the project is inferred from the API key, effectively explaining why no project parameter is required. This exceeds the baseline for no-parameter tools.

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?

Clearly specifies the verb 'list' and the resource 'members of the project', with a parenthetical purpose 'for task assignment' that distinguishes it from sibling tools focused on tasks, sessions, and attachments. The description is unambiguous about what this tool does.

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 phrase 'for task assignment' implies when to use it (to obtain assignable members), but it does not explicitly state when not to use it or how it compares to alternatives like list_tasks or get_task. Guidance is present but only implicit.

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