Skip to main content
Glama
eranfinish

eranfinish/ezatwork-mcp

by eranfinish

List Projects

list_projects
Read-only

List your projects (or work orders) with an optional status filter for in_progress, completed, or on_hold.

Instructions

List the user's projects (or cases/work orders — label adapts to businessMode).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoOptional status filter (e.g. 'in_progress', 'completed', 'on_hold')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The readOnlyHint annotation already indicates a safe read operation. The description adds useful behavioral context by disclosing that the label adapts to businessMode (e.g., cases or work orders), which is not inferable from annotations alone.

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 a single concise sentence that immediately states the tool's purpose and adds a relevant caveat. There is no wasted content, and the key information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only list operation, the description fully covers the tool's behavior, especially with an output schema present and the businessMode adaptation noted. No significant missing context remains.

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 fully describes the single 'status' parameter with 100% coverage, so the description does not need to repeat it. It adds no additional parameter semantics, hence 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 starts with the verb 'List' and clearly identifies the resource as 'the user's projects', with a helpful note that labels adapt to businessMode (cases/work orders). This effectively distinguishes it from sibling tools like list_clients.

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 states that it lists projects, which implies usage for project-related queries, but it does not explicitly provide when-to-use guidance, mention alternatives, or state when not to use it. The sibling tool list_clients exists, but the description itself does not differentiate.

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/eranfinish/ezatwork-mcp'

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