Skip to main content
Glama

estimate

Estimate development workload by providing story points, time ranges (optimistic/normal/pessimistic), and risk points based on task description, code context, team size, and experience level.

Instructions

当用户需要估算开发工作量、评估任务时间时使用。估算开发工作量,输出故事点、时间范围(乐观/正常/悲观)、风险点

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_descriptionNo任务描述。可以是简短的自然语言(如'估算开发工作量')或详细的任务说明
code_contextNo相关代码或文件上下文。可选,有助于更准确的估算
team_sizeNo团队规模(人数)。可选,默认为 1
experience_levelNo经验水平:junior(初级)、mid(中级)、senior(高级)。可选,默认为 mid
Behavior3/5

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

The description discloses the tool's outputs (story points, time ranges, risk points) but does not mention side effects, authorization needs, or other behavioral traits. With no annotations provided, the description carries the full burden but remains somewhat vague.

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 and to the point, consisting of a single sentence that covers purpose and outputs. It could be slightly better structured for readability, but it is efficient.

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 that this tool has 4 parameters and no output schema, the description is incomplete. It does not explain how parameters like team_size and experience_level affect the estimation, nor does it provide details on the output format or edge cases.

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 has 100% description coverage, so the schema already documents the parameters adequately. The description does not add meaningful parameter-specific information beyond what is in the schema.

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: estimating development effort and outputting story points, time ranges, and risk points. However, it does not explicitly differentiate from sibling tools like 'add_feature' or 'code_review', which might also involve effort estimation in some contexts.

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 a clear usage scenario ('当用户需要估算开发工作量、评估任务时间时使用') but lacks guidance on when not to use it or alternatives to consider. It is implied but not explicit.

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/mybolide/mcp-probe-kit'

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