Skip to main content
Glama
vbabchenkov

corp-resourcing

by vbabchenkov

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation5/5

    The three tools partition the space cleanly: team-level utilization, project facts, and people availability. The descriptions explicitly cross-reference one another and warn against misuse, so an agent should not confuse them.

    Naming Consistency4/5

    find_projects and find_people follow a consistent find_* pattern, but utilization_summary breaks the verb pattern with a noun-based name. All names use snake_case and are readable, so the inconsistency is minor.

    Tool Count4/5

    Three tools is slightly lean but appropriate for a focused read-only resourcing and staffing lookup server. Each tool addresses a distinct need: team summary, project lookup, and people lookup.

    Completeness4/5

    For a query-oriented resourcing tool, the surface covers the main use cases: overall team utilization, specific project facts, and individual availability. It lacks update/create operations and deeper project-staffing queries, but those appear outside its stated scope.

  • Average 4.2/5 across 3 of 3 tools scored.

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

    • No community issues in the last 6 months
    • 1 commit 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
  • This repository is licensed under MIT License.

  • 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.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • 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

  • Behavior3/5

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

    No annotations are provided, so the description carries the burden of behavioral disclosure. It communicates that this is a read-style lookup and describes the computed outputs, which is helpful. However, it does not mention potential limitations such as pagination, inclusion of zero-load employees, or any operational constraints.

    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 compact and well-structured: action, filter behavior, returned fields, and example use cases. Each sentence carries meaningful information without redundancy 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?

    Given that there are no required parameters, full schema coverage, and an output schema, the description covers the main operational needs. The only notable gap is that it does not explain how to distinguish this tool from its siblings when they overlap in subject matter.

    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 baseline of 3 applies. The description adds a useful semantic note that filters are optional and combine additively, but it does not significantly extend the already-complete parameter documentation.

    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 uses a clear verb and resource: find employees and view their load across projects. It specifies the returned fields (role, grade, current load, free capacity), making the tool's purpose concrete. However, it does not explicitly differentiate it from sibling tools like utilization_summary or find_projects.

    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 gives explicit use cases: 'who is free', 'who is on a project', 'is there capacity for a new task'. It also states that filters are optional and additive. It does not mention when to prefer or avoid sibling tools, but the context is clear enough for basic selection.

    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?

    With no annotations provided, the description carries the disclosure burden. It communicates the return behavior (a project card with status, manager, hourly rate) and implies a read-only search operation. It does not cover every edge behavior like pagination or sorting, but what it states is clear and useful.

    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 compact and front-loaded. The first sentence explains what the tool does and what it returns; the second gives usage guidance and points to the relevant sibling. Every sentence earns its place.

    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 tool with one optional parameter and an output schema, the description is sufficiently complete: it states the search criteria, return contents, and when to choose this tool. Minor details such as result ordering or limits are absent, but they are not critical for this simple tool.

    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 coverage is 100% and the single parameter 'query' is fully described in the schema. The description restates the parameter meaning and adds the fact that an empty query returns all projects, which is helpful, but it does not need to compensate for missing schema 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 the tool finds agency projects by code, name, or client and returns a project card with status, manager, and hourly rate. It is easy to distinguish from find_people, which is explicitly named as the alternative for people-related questions.

    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 gives explicit guidance: use find_projects when you need facts about a specific project, and use find_people for questions about people. It does not mention utilization_summary, but the provided context and tool name make the intended scope reasonably clear.

    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?

    With no annotations provided, the description carries the full burden and meets it: it discloses that the tool aggregates across the entire team ('всей команды'), produces three specific metrics, and implies a non-destructive read/aggregation operation. For a 0-parameter summary tool there are no hidden side effects left undisclosed.

    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 compact sentences with no filler: the first front-loads the function and output metrics, the second adds usage boundaries. Every word earns its place.

    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 an output schema exists (so return values are covered structurally), 0 parameters, and the sibling context, the description is complete for correct selection and invocation: it states scope, outputs, usage context, and exclusion. Nothing an agent needs to call this tool is missing.

    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 0 parameters and an empty schema, so the baseline is 4 per the rubric. There is nothing for the description to clarify about parameters; the schema trivially covers 100% of them.

    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 ('Посчитать' / calculate) with a clear resource (team workload summary) and enumerates concrete outputs: overloaded count, idle count, and average load. It also distinguishes itself from sibling search tools by stating it is not for finding a specific person.

    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 states when to use the tool ('для отчётов и обзоров' / for reports and reviews) and provides a clear when-not ('не для поиска конкретного человека' / not for finding a specific person), implying find_people as the alternative. It stops short of naming the sibling tool explicitly, which keeps it from a 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

ai-lab-02-mcp-server MCP server

Copy to your README.md:

Score Badge

ai-lab-02-mcp-server 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/vbabchenkov/ai-lab-02-mcp-server'

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