Skip to main content
Glama

Server Quality Checklist

100%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v2.0.1

  • Disambiguation5/5

    Each tool has a clearly distinct purpose: resolve_company checks company presence, search_jobs queries openings, get_job retrieves full details, and list_filter_values provides filter vocabulary. No overlap in functionality.

    Naming Consistency5/5

    All tool names follow the same verb_noun pattern (resolve_company, search_jobs, get_job, list_filter_values) with consistent snake_case, making the interface predictable.

    Tool Count5/5

    With 4 tools, the server is well-scoped for its purpose. Each tool addresses a distinct need without unnecessary bloat or missing essential functionality.

    Completeness5/5

    The tool set covers the full read-only workflow for Lever job boards: verifying companies, searching jobs, retrieving details, and preparing filters. No obvious gaps in the provided functionality.

  • Average 4.5/5 across 4 of 4 tools scored.

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

    • 0 of 1 community issues answered or closed in the last 6 months
    • 66 commits in the last 12 weeks
    • Last stable release on
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI is passing
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • Tools from this server were used 4 times in the last 30 days.

  • This repository includes a glama.json configuration file.

  • This server has been verified by its author.

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 already cover readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds meaningful behavioral context: vocabulary is company-specific (e.g., 'Full-time' vs 'Full Time') and department filters are checked against current openings because no vocabulary is published. This goes beyond the annotations and helps the agent understand the data's nature.

    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 efficiently explains the tool's purpose, the per-company variation, and the department exception. Every sentence adds valuable context without redundancy.

    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 tool with an output schema present, the description sufficiently covers what the tool does, why it is used, and an important edge case (department). The combination of annotations, schema descriptions, and the description gives an agent everything needed to select and invoke the tool correctly.

    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 describes all parameters with 100% coverage, including defaults (fields defaults to all three, instance defaults to global, company_slug is required). The description underscores the purpose of fields (team, location, commitment) but adds no new parameter-level syntax or details. Baseline 3 is appropriate when schema carries the semantic load.

    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: 'List the team, location and commitment wordings one company uses on Lever.' It names the specific verb ('List'), the resource (filter wordings for a company), and the scope (team, location, commitment), distinguishing it from sibling tools like search_jobs and get_job.

    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 explains when this tool is valuable: when building filters that need company-specific wording ('so a filter can carry the words that company publishes'). It also provides context by noting that department vocabulary is not published and is handled differently, implicitly guiding the agent away from expecting it. It does not explicitly name alternatives but the use case is 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?

    Annotations already provide readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds meaningful behavior beyond annotations: it specifies what is returned (advert, named sections, salary) and warns that a site on both instances may hold different openings, helping the agent interpret results correctly. No contradiction with annotations.

    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 core purpose. Every clause contributes: the first sentence defines the output, the second clarifies parameter provenance and cross-instance behavior. No redundant wording or filler.

    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 focused read tool with an output schema and strong annotations, the description is complete. It states what the tool returns, how to obtain parameters, and a critical edge case (differing data per instance). No obvious missing context given the tool's simplicity and the presence of an output schema.

    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 description coverage is 100%, so the baseline is 3. The description adds semantic value by explaining that company_slug and instance should be the ones 'the row carried', linking them to a search result. The instance nuance (different data per instance) further clarifies the parameter's meaning. This is a clear addition beyond the schema.

    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 ('Read') and names the exact resource ('one Lever opening in full'), and distinguishes this tool from siblings by emphasizing the full detail retrieval vs. searching or listing (search_jobs, list_filter_values). It also names the key output components (advert, sections, salary), making the purpose unambiguous.

    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 establishes a clear context: use this when you need the full content of a specific opening, identified by a row from a prior search. It also provides a key nuance about instance-specific data. However, it does not explicitly mention when not to use it or name alternatives, though the sibling list implies search_jobs for discovery.

    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, openWorldHint, idempotentHint, and destructiveHint. The description adds valuable context: it reports every instance that answered and probes names without reading a single board, clarifying the operational behavior and lightweight nature beyond the annotations.

    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 the first sentence stating the core function and the second providing usage guidance. Every sentence contributes meaning, with no fluff or repetition of structured data.

    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 parameter schema, comprehensive annotations, and presence of an output schema, the description covers all necessary aspects: purpose, usage differentiation, and behavioral traits. It does not need to explain return values because an output schema exists.

    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 single parameter 'names' is fully described in the schema (100% coverage), so the description does not need to add parameter details. It aligns with the schema by referring to 'company names' and 'Lever site names', but adds no additional syntax or format information, matching the baseline for full schema coverage.

    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 resource ('company names' to 'Lever site names'), clearly stating the mapping action and output. It also distinguishes itself from search_jobs by noting that this tool checks which companies are on Lever without reading boards.

    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?

    Explicitly states when to use this tool versus search_jobs: search_jobs resolves names on its own, while this tool is for checking which of several companies are on Lever. It also explains the efficiency advantage (probes without reading boards).

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

  • Behavior5/5

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

    The description goes well beyond the annotations by disclosing request costs (3 requests for found, up to 9 for resistant, 1 second each), exact wording requirements for Lever filters, local vs server-side filtering behavior, per-company limit application, and pagination depth for posted_within_days. This provides important operational context that annotations alone would not convey.

    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?

    Every sentence in the description carries unique, actionable information. It is dense but not verbose, and the purpose is front-loaded in the first sentence. There is no wasted text; all details about costs, filtering, and pagination are necessary for correct use.

    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 tool's complexity (14 parameters, pagination, rate limits), the description covers the key behavioral aspects thoroughly: rate costs, exact wording constraints, local vs server-side filtering, per-company limit semantics, and pagination. The output schema (not shown) presumably handles return fields, so the description need not duplicate that; it fills the gaps around usage costs and filter behavior comprehensively.

    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?

    Although the schema covers 100% of parameters, the description adds critical behavioral semantics: companies are converted to site names, certain params require exact Lever wording, others are applied locally, limit is per company, and posted_within_days walks multiple pages. This meaningfully enriches the schema definitions and explains edge cases.

    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 opens with a specific verb+resource: 'Search the openings published by named companies on Lever.' This clearly distinguishes it from sibling tools like get_job (which fetches a single job) and resolve_company (which resolves company names). The scope is precise about searching across multiple named companies.

    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 provides clear context about the domain (Lever) and how parameters behave differently (server-side vs local filtering). It does not explicitly state when to use this tool over get_job or resolve_company, but the scope is obvious from the description. There is no exclusionary guidance, but the context is strong enough to infer appropriate use.

    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

mcp-lever MCP server

Copy to your README.md:

Score Badge

mcp-lever 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/smeet666/mcp-lever'

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