Skip to main content
Glama

Server Quality Checklist

92%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.2.68

  • Disambiguation5/5

    Each tool targets a distinct resource or action: lookup_* for specific entities, search_* for discovery, compare_units for side-by-side analysis, and game_flow, wound_calculator, and determine_primary_mission for unique purposes. The lookup tools are clearly separated by entity type, and lookup_stratagem vs lookup_ploy are cross-referenced to avoid confusion.

    Naming Consistency4/5

    The dominant pattern is verb_noun snake_case (lookup_keyword, search_units, compare_units, determine_primary_mission). Exceptions like game_flow and wound_calculator use noun compounds, but they are descriptive and follow the same snake_case style, so the overall consistency is high with only minor deviations.

    Tool Count5/5

    14 tools is well within the ideal range for a domain-specific rules reference. The server covers two game systems (40K and Kill Team) with a balanced mix of lookup, search, comparison, and utility tools, each earning its place without unnecessary bloat.

    Completeness4/5

    The tool set covers core lookup, search, comparison, and calculation needs for Warhammer rules, including units, keywords, phases, stratagems, ploys, detachments, enhancements, crusade content, and mission determination. Minor gaps exist, such as no search for ploys or enhancements, but these are accessible via lookup and do not severely hinder workflows.

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

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

    • 1 of 2 community issues answered or closed in the last 6 months
    • 136 commits in the last 12 weeks
    • Last stable release on
    • 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.

  • 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

  • Behavior2/5

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

    No annotations are provided, so the description must disclose behavior. It only describes the return fields, not match behavior (exact vs partial), handling of missing results, or default edition. It does not disclose any side effects or limitations beyond being a lookup.

    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, front-loaded sentence that clearly states the purpose and return content. No filler words; every word earns its place.

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

    Completeness3/5

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

    Given the tool's simplicity and full schema coverage, the description covers the core purpose and return value. However, it omits behavioral details like default edition and matching logic, and there is no output schema. For a lookup with 4 parameters, a bit more context on filtering behavior would be useful.

    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 schema covers all 4 parameters at 100%, and the description adds no additional parameter semantics. It only restates 'by name' which matches the required parameter, but does not elaborate on optional filters.

    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 'Look up' with a specific resource 'enhancement' and clearly states the return fields (points cost, detachment, and effect). This distinguishes it from sibling lookup tools for stratagems, units, and other resources.

    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 does not explicitly compare with alternatives or state exclusions. While the resource type is clear, there is no guidance such as 'use for enhancements; for stratagems use lookup_stratagem'. Usage is only implied by the resource name.

    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?

    No annotations are present, so the description bears full burden. It describes the return content (instructions and tips), offering some behavioral insight beyond the schema, but omits other traits (e.g., readonly, rate limits).

    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?

    A single, front-loaded sentence conveys purpose and output efficiently with no extraneous words.

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

    Completeness3/5

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

    Without an output schema, the description should explain the return format, but it only briefly mentions 'step-by-step instructions and tips'. For a simple lookup, this may suffice, but lacks detail on structure or error handling.

    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%, with clear parameter descriptions. The description adds no extra parameter meaning beyond what the schema provides, meeting the baseline for high 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 clearly states it looks up a game phase by name and returns step-by-step instructions and tips. This distinguishes it from sibling tools like lookup_unit or compare_units, which serve different purposes.

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

    Usage Guidelines2/5

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

    No guidance is provided on when to use this tool versus other lookup tools (e.g., lookup_stratagem, lookup_detachment). The agent must infer from the name alone, which lacks explicit context for selection.

    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?

    No annotations are present, so the description must cover behavior. It states 'Pure math', indicating no side effects or state changes. However, it does not disclose output format, precision, or any limitations like maximum attack count. Adequate but not thorough.

    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 clearly conveying purpose and nature of the tool. No redundant or extraneous information. Front-loads the core functionality effectively.

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

    Completeness3/5

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

    Despite 14 parameters and no output schema, the description gives a high-level overview but omits details like expected return values (probabilities, averages) or handling of multiple profiles. Could be more complete given the tool's complexity.

    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% with descriptive parameter definitions. The description adds no additional meaning beyond what the schema already provides. Achieves the baseline for full schema documentation.

    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 calculates expected wounds and damage for a Warhammer 40k attack sequence, using specific verb 'calculate' and resource 'wounds/damage'. It explicitly says 'Pure math', distinguishing it from sibling lookup tools like lookup_unit or compare_units.

    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 when an attack math calculation is needed, but does not specify when to avoid using it or mention alternatives. No explicit 'use this when' or 'do not use for' guidance is provided.

    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?

    With no annotations, the description carries the full burden. It discloses the output content ('Shows stats, weapons, abilities, and keywords'), which is useful. However, it does not mention default behavior for game_mode, validation of unit names, or error handling. The description is neither misleading nor rich in behavioral detail.

    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, front-loaded sentence that immediately states the action, scope (2-4 units), and what it shows. No wasted words, and every element contributes to understanding the tool.

    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 description covers the core purpose and output contents, which is essential given no output schema. It omits details like game_mode defaults or input validation, but those are documented in the parameter schema. Overall, it is sufficiently complete for a simple comparison 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 description coverage is 100%, so the schema already documents both parameters (units array with min/max, game_mode enum with descriptions). The tool description adds no additional parameter semantics beyond what the schema provides, so the baseline 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 clearly states a specific action ('Compare') on a concrete resource ('2-4 Warhammer 40K units or Kill Team operatives') and lists the displayed attributes (stats, weapons, abilities, keywords). This distinguishes it from sibling tools like lookup_unit and search_units, which focus on single lookups rather than side-by-side comparison.

    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 the use case: comparing multiple units/operatives side by side. However, it does not explicitly mention when to use this tool instead of alternatives like lookup_unit or search_units, nor does it provide any exclusions or conditions. The context is clear but the guidance is not explicit.

    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?

    With no annotations, description carries full burden. It discloses conditional behavior based on current_phase parameter, but does not mention error handling, rate limits, or if any system state is affected. Adequate but lacks depth.

    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?

    Single sentence succinctly covers both use cases without unnecessary words. Efficient and to the point.

    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 2 optional params, no output schema, and no annotations, the description is fairly complete. Clearly explains the two modes of operation. Could mention the return format or edge cases like invalid phase, but overall sufficient.

    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 covers 100% of parameters. Description adds meaningful context: explains that omitting current_phase shows full sequence, and notes default for game_mode. Adds value beyond 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?

    Description clearly states the tool shows turn sequences or current phase, with specific verb 'Show' and resource 'turn sequence'. Distinct from sibling tools like lookup_phase that focus on individual phase details.

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

    Usage Guidelines2/5

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

    No explicit guidance on when to use this vs alternatives (e.g., lookup_phase). The description implies usage for overview or current phase, but does not mention when not to use or provide comparative context.

    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?

    With no annotations, the description carries the full burden of behavioral disclosure. It does state that the tool returns stats, weapons, abilities, and keywords, but it does not mention matching behavior (exact vs partial), handling of multiple matches, error cases, or whether the operation is read-only. Some behavioral transparency is added, but key details are missing.

    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 verb, and contains no filler. Every word contributes to understanding the tool's purpose and output.

    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 simple lookup tool, the description covers the core purpose and return content, and the schema covers parameters. However, with no output schema, it does not clarify behavior on partial matches or ambiguous results, leaving a minor completeness gap. Overall, it is mostly complete but could be slightly more explicit about match handling.

    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% parameter description coverage, so the description does not need to explain parameters. It also does not add any additional parameter semantics, such as examples or parameter interactions, so the baseline 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 uses a specific verb ('Look up') and identifies a clear resource (Warhammer 40K unit or Kill Team operative datasheet). It also lists the return content (stats, weapons, abilities, keywords), distinguishing it from sibling tools like search_units (search vs direct lookup) and compare_units (comparison).

    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 when you have a unit name, but does not explicitly state when to use this tool versus search_units or compare_units. No exclusions or alternative tool recommendations are provided, leaving the usage context implied rather than explicit.

    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?

    With no annotations provided, the description carries the full burden. It reveals that the tool returns a compact list with a maximum of 10 results, which is a key behavioral constraint. However, it does not mention whether the operation is read-only, any authentication requirements, or rate limits. The description is adequate but not exhaustive.

    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 extremely concise: two sentences with no wasted words. The first sentence states the core purpose and filtering options, and the second adds the result limit and a pointer to an alternative tool. Information is front-loaded and easy to parse.

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

    Completeness3/5

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

    Given the tool's moderate complexity (four parameters, one required) and the absence of an output schema or annotations, the description provides the essential context (search scope, result limit, sibling distinction). However, it does not describe the return format or fields, which could help the agent interpret results. It also does not clarify differences from lookup_stratagem. Still, it covers the basics adequately.

    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 input schema already documents each parameter clearly. The description adds no new meaning beyond the schema; it even omits 'effect' from the list of fields the query matches against, which the schema includes. The description's inclusion of 'detachment' as a search criterion is somewhat redundant since it is a separate filter parameter. Overall, the description does not significantly enhance parameter understanding.

    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 it searches Warhammer 40,000 stratagems and specifies the searchable fields (name, faction, phase, detachment). It also distinguishes itself from the sibling lookup_ploy tool by noting that for Kill Team ploys, users should use lookup_ploy instead.

    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 tells when to use this tool (searching stratagems) and provides a direct alternative for ploys (lookup_ploy). It does not, however, mention when not to use it relative to other siblings like lookup_stratagem, but the 'max 10' hint suggests it's for broad searches, not detailed lookups.

    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, the description carries the full burden. It transparently states that the return includes definitions, explanations, examples, and game modes. However, it does not disclose potential behaviors like partial matching, multiple results, or error handling for missing keywords.

    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, no wasted words. The description is front-loaded with the action and immediately conveys the tool's purpose and return value.

    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 tool's simplicity, high schema coverage, and no output schema, the description adequately explains inputs and outputs. It could be slightly more complete by addressing partial matches or multiple results, but overall it's detailed enough.

    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?

    Input schema coverage is 100%, so the schema already documents both parameters fully. The description adds 'optional game mode filter' which is already in the schema description. No new semantic meaning beyond schema is provided.

    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 verb ('Look up') and resource ('Warhammer 40K keyword or rule'), and specifies what the tool returns: official definition, plain English explanation, examples, and applicable game modes. This distinguishes it from sibling tools like lookup_unit or lookup_stratagem.

    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 looking up keywords/rules but does not explicitly state when to use this tool vs alternatives (e.g., when to use lookup_keyword vs lookup_unit for a unit-specific rule). No exclusions or when-not-to-use guidance is provided.

    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?

    No annotations are provided, so the description carries the full transparency burden. It discloses that results are a 'compact list' limited to 'max 10', and that matching covers name, faction, keywords, and ability text. This goes beyond the schema, which does not specify result limits. It is appropriate for a search tool, though it could mention more about case sensitivity or sorting.

    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, well-structured sentence that front-loads the verb and resource, then specifies search fields and output behavior. Every word contributes value with no 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?

    For a tool with 5 parameters (1 required) and no output schema, the description adequately covers the main use case and output format ('compact list' of max 10). It does not detail the exact fields returned, but this is acceptable given the schema's thorough parameter documentation and the likely follow-up with lookup tools. It is complete enough for an agent 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?

    Schema description coverage is 100%, so the baseline is 3. The description's mention of search criteria (name, faction, keywords, ability text) largely duplicates the schema's query parameter description. It adds no additional parameter-level meaning beyond what the schema already documents, such as the ability filter's match on unique actions or the game_mode defaults.

    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 a specific verb ('Search'), resource ('Warhammer 40K units or Kill Team operatives'), and the search criteria ('by name, faction, keywords, or ability text'). This distinguishes it from sibling lookup tools that likely retrieve exact entities, as 'search' implies flexible/fuzzy matching. The return limit of max 10 further clarifies its purpose.

    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 contexts for searching across multiple fields, but it does not explicitly state when to prefer this tool over lookup_unit or other siblings. It lacks 'when not to use' guidance or mention of alternatives. The context is clear for what it searches, but no exclusion criteria are provided.

    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 transparency burden. It clearly lists exactly what the tool returns (ability, enhancements, stratagems, points, force dispositions, mutual exclusions) and discloses an 11th Edition-specific behavior with a concrete example. It does not discuss error handling or partial-match behavior, but for a read-only lookup this is reasonably transparent.

    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 front-loaded sentence with no filler. The parenthetical example is dense but informative, earning its place without bloating the overall length.

    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?

    Since there is no output schema, the description compensates by explicitly listing the returned fields and edition-specific restrictions. It is sufficiently complete for a lookup tool, covering both inputs (via schema) and outputs (via description).

    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?

    All three parameters already have descriptive schemas, so the baseline is 3. The description reinforces the 'name' parameter and adds edition context, but it does not add new meaning to 'faction' or 'game_mode' beyond what the schema already states.

    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 ('Look up') and identifies the resource ('Warhammer 40,000 detachment'), clearly distinguishing it from sibling lookup tools for stratagems, enhancements, and units. It also enumerates the return content, making the tool's scope unambiguous.

    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 the tool is for retrieving detachment details, but it does not explicitly contrast with sibling tools like lookup_stratagem or lookup_enhancement. The edition-specific note provides some context, but there is no direct when-not-to-use guidance or named 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?

    No annotations provided, so description carries full burden. It mentions what is returned but does not disclose whether the operation is read-only, error handling, or partial matching behavior. The verb 'look up' implies idempotent read, but more detail would be beneficial.

    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, front-loaded with purpose, then returns list, then alternative. No wasted words, highly efficient.

    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 no output schema, description correctly states returned fields. Covers core functionality and sibling differentiation. Could include mention of partial name support (stated in schema) but not critical. Essentially complete.

    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 baseline is 3. Description does not add additional meaning beyond schema; it lists returned fields but does not explain parameter usage or provide examples.

    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?

    Description clearly states 'Look up a Warhammer 40,000 stratagem by name' and lists returned fields (CP cost, phase, timing, target, effect). It distinguishes from sibling tool lookup_ploy by explicitly saying to use that for Kill Team ploys.

    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 specifies when to use this tool (40k stratagems) and when to use alternative (lookup_ploy for Kill Team ploys). Provides clear context for 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?

    The description discloses a non-obvious behavioral trait: the mission depends on the opponent's Force Disposition, not your own, and that non-mirror matchups yield different missions. It does not describe the return format or potential edge cases, but since annotations are absent, this is a reasonable level of disclosure.

    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 primary purpose, then adds one essential rule. Every word earns its place, with no 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?

    For a simple two-parameter lookup tool with no output schema, the description gives enough context to understand the core logic and usage. The only gap is not specifying the output structure, but the tool's name and description make the intended result clear. Overall, it is complete for its complexity.

    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 100% schema description coverage and enums for both parameters, the schema already defines their values. The description adds meaning by clarifying the relationship between the parameters: your_disposition and opponent_disposition are used together, and the mission is looked up from the opponent's disposition. This goes beyond the schema's per-field descriptions.

    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: determining each player's Primary Mission from their Force Dispositions in Warhammer 40,000 11th Edition Matched Play. It uses a specific verb 'Determine' and names both the input (Force Dispositions) and output (Primary Mission), fully distinguishing it from sibling lookup tools.

    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 provides clear context for when to use the tool: it is specifically for Matched Play and explains the lookup rule (from the opponent's disposition). It does not explicitly mention alternatives or exclusions, but given its unique role among siblings, the guidance is sufficient for an agent to select it appropriately.

    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?

    No annotations are provided, so the description carries the full burden. It discloses the 11th Edition limitation, the three coverage tiers, that content is not merged into datasheets, and the filter-combination behavior. It stops short of describing return format or error behavior, but the disclosed traits are genuinely 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?

    Every sentence adds distinct information: scope, tiers, edition, filtering, and the required-parameter rule. The description is dense but well-structured, starting with the core purpose and gracefully adding constraints.

    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 4-parameter lookup tool with no output schema or annotations, the description covers the essential context: what it looks up, which editions, which tiers, how to combine filters, and what is required. It is one of the more complete lookup descriptions, though it could mention the response shape.

    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 schema already describes all four parameters with 100% coverage. The description adds value by explaining how `faction` and `campaign` combine ('and/or'), giving concrete examples for campaign values, and stating the 'at least one' requirement. This exceeds the baseline for high 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 opens with a specific verb+resource ('Look up Warhammer 40,000 Crusade content') and clearly enumerates content types (Battle Traits, Crusade Relics, Battle Scars, Boon tables). It distinguishes from sibling lookup tools by focusing solely on Crusade content and detailing edition/coverage.

    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 provides clear guidance on when to use the tool ('Crusade content... 11th Edition only') and how to filter with faction/campaign parameters. It does not explicitly name sibling alternatives or explain when not to use this tool, but the scope is well-delimited and the filtering instructions are explicit.

    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?

    No annotations are provided, but the description implies a read-only operation by describing return data. However, it does not disclose potential constraints like authentication, rate limits, or data freshness. While the nature is clear, more context would improve transparency.

    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 concise sentences with front-loaded purpose. Every word is meaningful; no redundancy. Clearly structured for quick parsing.

    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 lookup tool with 3 parameters and no output schema, the description fully covers the purpose, inputs, and return value. No gaps remain.

    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?

    Input schema coverage is 100% with descriptions for all parameters. The description adds examples for the faction parameter ('Universal', 'Legionaries', 'Kommandos'), which adds value beyond the schema. The type parameter's enum values are clearly listed in 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?

    Description clearly states the tool looks up a Kill Team ploy by name, specifying the return fields. It distinguishes itself from the sibling tool 'lookup_stratagem' by noting it is for Kill Team and not Warhammer 40,000 stratagems.

    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 (Kill Team ploys) and when not (Warhammer 40,000 stratagems), along with an alternative tool name ('lookup_stratagem'). This provides clear guidance for the agent.

    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

warhammer-oracle MCP server

Copy to your README.md:

Score Badge

warhammer-oracle 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/gregario/warhammer-oracle'

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