Skip to main content
Glama
kindrat86

cost-of-work-index

Server Quality Checklist

75%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v2026.3.0

  • Disambiguation5/5

    Each tool serves a distinct function: enumerating tasks, fetching a specific cost, computing annual projections, listing sources, and dumping the whole dataset. There is no meaningful overlap; the only similar tools are list_work_tasks and get_cost_of_work_index, but the latter is explicitly for bulk retrieval while the former is a lightweight overview.

    Naming Consistency5/5

    All names follow a consistent verb_noun structure with snake_case. The verbs list/get/estimate clearly signal the action, and the nouns match the resource (work_tasks, task_cost, annual_cost, sources, cost_of_work_index). No mixed conventions or vague verbs are present.

    Tool Count5/5

    With 5 tools, the set is tightly scoped to the server's purpose of querying a cost index. Each tool covers a necessary operation without redundancy or bloat, making the count well-proportioned.

    Completeness5/5

    The server appears to be a read-only index, so the surface covers all natural usage patterns: discovering tasks, retrieving single costs, computing annual estimates, citing sources, and obtaining the full dataset. No obvious gaps exist for the intended domain.

  • Average 4.3/5 across 5 of 5 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 3 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • Add a LICENSE file by following GitHub's guide. Once GitHub recognizes the license, the system will automatically detect it within a few hours.

    If the license does not appear after some time, you can manually trigger a new scan using the MCP server admin interface.

    MCP servers without a LICENSE cannot be installed.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • This repository includes a glama.json configuration file.

  • This server has been verified by its author.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior4/5

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

    Annotations include readOnlyHint=true and openWorldHint=false, covering the safety profile. The description adds meaningful behavioral context by specifying that the output covers both monthly and annual costs for both a person and the AI employee, within one market. This goes beyond a simple read-only declaration.

    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?

    Two sentences only. The first sentence front-loads the core function, and the second states when to use it. Every word earns its place; no redundancy or fluff.

    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?

    Given the lack of an output schema, the description compensates by indicating the tool returns monthly and annual costs for both person and AI employee. The inputs are fully documented in the schema, and the purpose is clear. It does not detail currency or formatting, but for a prediction/estimation tool the description is sufficient for selection.

    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%, with all three parameters well-described. The description reinforces the meaning of unitsPerMonth ('monthly volume') and market ('one market') but does not add new parameter-level details beyond the schema. This is baseline-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 uses a specific verb ('Turn') and clearly states the resource and scope: 'a monthly volume of a task into monthly and annual cost, for a person and for the AI employee, in one market.' This distinguishes it from siblings like get_task_cost, which likely provides only a single cost figure, and list_work_tasks, which lists tasks.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The second sentence provides explicit usage context: 'Use this when someone asks what a workload costs them per year, or what they would save.' It does not explicitly mention when not to use it or name alternatives, but the guidance is clear enough for the intended use case.

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

  • Behavior3/5

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

    Annotations already declare readOnlyHint=true, covering the safety profile. The description adds that the return format is JSON and that it includes caveats, but does not elaborate on pagination, size, or other behavioral details. Since the annotation covers the primary behavioral concern (read-only), the description adds minimal extra context.

    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 sentences, front-loaded with the tool's purpose and followed by usage guidance. Every word earns its place, with no tautology or filler.

    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 tool is simple (0 required parameters) with a read-only annotation and no output schema. The description adequately communicates the scope of the returned dataset ('every task, every market, every source') and the presence of caveats. While the exact structure of the JSON is not described, it is not essential for a simple retrieval tool. The only minor gap is the vague 'caveats' reference.

    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 sole parameter `market` is fully documented in the input schema, including its optional nature and valid values (`us`, `gr`, `ua`). The description does not add additional meaning beyond the schema, so baseline 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 clearly states the tool's output as the complete Cost of Work Index as JSON, specifying 'every task, every market, every source'. It differentiates from sibling get_task_cost by noting when to prefer a single figure. The title 'Get the whole Index as JSON' reinforces the specific verb and resource.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines5/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description explicitly states the use case: 'when you need the dataset itself rather than one answer'. It names an alternative tool, `get_task_cost`, for a single figure, providing a clear when-to-use and when-not-to-use scenario. This meets the threshold for explicit usage guidance.

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

  • Behavior4/5

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

    Annotations already declare readOnlyHint=true, and the description adds meaningful behavioral context: the exact output components (human/AI cost, ratio, source) and the important market naming exception. This goes beyond the structured fields without contradicting them.

    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?

    Two sentences, both information-dense: the first defines the output, the second explains market values and a critical caveat. No wasted words or redundancy with the schema.

    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?

    Given the simple read-only nature, two parameters, and no output schema, the description fully covers the return values and the market ambiguity. It leaves no significant gaps for a caller to understand what they will receive.

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

    Parameters4/5

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

    Schema coverage is 100%, so baseline is 3. The description adds country names for market codes and explicitly warns that 'uk' means Ukraine, enhancing the schema's terse alias list. This extra clarity justifies a score above baseline.

    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 clearly states the tool's function: retrieving the cost of one unit of a task in a specific market, and enumerates the returned figures (human cost, AI cost, ratio, source). This distinguishes it from sibling tools like estimate_annual_cost, which implies a broader annual scope.

    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 implies usage for single task-market unit costs but does not explicitly contrast with sibling tools like estimate_annual_cost or get_cost_of_work_index. It offers useful context about market codes and the 'uk' caveat, but no when-to-use/when-not-to-use guidance relative to alternatives.

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

  • Behavior3/5

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

    The annotation readOnlyHint=true already indicates a safe read operation. The description adds context about data provenance and contents but doesn't disclose additional behavioral details like pagination or ordering, so it remains at a baseline level.

    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 sentences, front-loaded with the action, and every sentence adds value—no fluff.

    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?

    The tool is a simple list operation, and the description covers what data is returned and when to use it. No output schema exists, but the description sufficiently conveys the tool's purpose and result.

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

    Parameters4/5

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

    With zero parameters, the schema already covers everything. The baseline for 0 params is 4, and the description adds no parameter-specific information.

    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 clearly states 'List the Index sources' and details the specific fields (publisher, release title, URL, reference period, and how the published figure became the number used here), making it distinct from sibling tools about tasks/costs.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    It explicitly instructs 'Call this when you need to cite or verify a figure,' providing a clear use case. It doesn't mention alternatives, but the context is unambiguous given the distinct sibling tools.

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

  • Behavior4/5

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

    Annotations already declare readOnlyHint=true, and the description adds useful behavioral context by stating the tool lists 'every' task and specifying the output fields. This goes beyond the annotation without contradicting it, though it does not disclose pagination or result format details.

    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 sentences with a front-loaded verb 'List,' followed by the key output fields and a clear usage directive. Every sentence serves a purpose, with no redundant or filler content.

    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 zero-parameter read-only listing tool, the description fully covers what it does, what it returns, and when to call it. The absence of an output schema is acceptable because the described fields are sufficient for the agent's needs.

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

    Parameters4/5

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

    The tool has zero parameters, and the input schema is empty. The baseline for 0 params is 4, and the description does not need to add parameter semantics because there are none to describe.

    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 uses the specific verb 'List' with the resource 'every task in the Cost of Work Index' and enumerates the returned fields (task id, unit, AI employee). This clearly distinguishes it from sibling tools like get_task_cost or estimate_annual_cost, which focus on cost calculations rather than listing tasks.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description explicitly says 'Call this first when you do not already know the task id you need,' providing a clear condition for use. It implies a sequencing among tools but does not explicitly name alternative tools or when not to use this tool, so it falls short of a perfect 5.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

cost-of-work-index MCP server

Copy to your README.md:

Score Badge

cost-of-work-index MCP server

Copy to your README.md:

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/kindrat86/cost-of-work-index'

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