Skip to main content
Glama

Server Quality Checklist

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

  • Disambiguation4/5

    Most tools have distinct purposes, but there is some potential confusion between 'derive_task_suggestions' and 'generate_tasks_from_wda' as both generate tasks from WDA objects, with the former being described as 'more sophisticated.' The other tools are clearly differentiated, covering suggestion management, task creation, ATSS assessment, and listing operations.

    Naming Consistency5/5

    All tool names follow a consistent snake_case pattern with clear verb_noun structures (e.g., 'accept_suggestions', 'create_task', 'list_tasks'). This uniformity makes the tool set predictable and easy to navigate, with no deviations in naming conventions.

    Tool Count5/5

    With 10 tools, the server is well-scoped for managing tasks, suggestions, and ATSS assessments in a project automation system. Each tool serves a specific role in the workflow, from creation and listing to analysis and persistence, without feeling bloated or sparse.

    Completeness4/5

    The tool set covers core workflows for task and suggestion management, including creation, listing, and assessment, but lacks update and delete operations for tasks or suggestions. This minor gap might require workarounds, but the overall surface supports the domain of project automation and AI-driven task analysis effectively.

  • Average 3.2/5 across 10 of 10 tools scored.

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

    • No community issues in the last 6 months
    • 0 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.

  • 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

  • Behavior2/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It implies a mutation ('accept', 'promoting'), but doesn't specify permissions, side effects, or response behavior. This is inadequate for a tool that likely changes system state, warranting a low score.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is front-loaded with the core purpose, followed by parameter explanations in a structured format. It's efficient with minimal waste, though the parameter section could be slightly more integrated for optimal flow.

    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 mutation nature, no annotations, and an output schema (which reduces need to describe returns), the description is minimally viable. It covers purpose and parameters but lacks behavioral and usage context, making it incomplete for safe and effective use.

    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 0%, so the description must compensate. It lists and briefly explains the two parameters ('project_id' and 'suggestion_ids'), adding basic meaning beyond the schema. However, it lacks details on format, constraints, or examples, resulting in a baseline adequate score.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the action ('accept task suggestions') and outcome ('promoting them to actual project tasks'), which is specific and meaningful. However, it doesn't explicitly differentiate from sibling tools like 'create_task' or 'derive_task_suggestions', which would require a 5.

    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?

    The description provides no guidance on when to use this tool versus alternatives like 'create_task' or 'derive_task_suggestions'. It mentions the parameters but doesn't explain prerequisites, timing, or exclusions, leaving the agent with minimal context for decision-making.

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

  • Behavior2/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It describes what the tool returns (tasks with specific fields) but fails to mention critical behaviors like whether this is a read-only operation, if it requires authentication, potential rate limits, or pagination handling. The output schema exists, but the description does not add meaningful behavioral context beyond the basic return structure.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is brief and front-loaded with the main purpose in the first sentence, followed by details about task fields. There is no wasted text, but the structure could be slightly improved by integrating parameter hints or usage context more seamlessly.

    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 (one parameter, no annotations, but with an output schema), the description is minimally adequate. It explains what the tool does and the structure of returned tasks, but it lacks important contextual details like authentication needs, error handling, or how it differs from sibling tools. The output schema reduces the need to explain return values, but gaps remain in behavioral and usage guidance.

    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 description coverage is 0%, so the description must compensate, but it does not mention the 'project_id' parameter at all. However, since there is only one parameter and the tool name implies listing tasks within a project, the purpose is somewhat clear. The baseline is adjusted to 3 due to the single parameter, but the description adds no specific semantic details about the parameter.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the verb ('List') and resource ('all tasks in a project'), making the purpose specific and understandable. However, it does not explicitly differentiate this tool from sibling tools like 'list_suggestions' or 'list_atss_runs', which prevents a score of 5.

    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?

    The description provides no guidance on when to use this tool versus alternatives like 'list_suggestions' or 'create_task'. It lacks context about prerequisites, such as needing a valid project_id, and does not mention any exclusions or specific scenarios for its use.

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

  • Behavior2/5

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

    No annotations are provided, so the description carries full burden. It states the tool persists data, implying a write operation, but fails to disclose critical behavioral traits such as required permissions, whether it overwrites existing results, error handling, or side effects. This is inadequate for a mutation tool with zero annotation coverage.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is front-loaded with the core purpose in the first sentence, followed by a concise Args section. There's no wasted text, but the structure could be slightly improved by integrating the parameter notes more seamlessly or adding a brief usage example.

    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 has an output schema (which reduces need to explain return values) but no annotations and low schema coverage, the description is moderately complete. It covers the basic purpose and parameter hints, but lacks behavioral details and comprehensive usage context, making it insufficient for full agent understanding without external knowledge.

    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 0%, so the description must compensate. It adds meaning by specifying that 'rows' are 'List of ATSS result objects (from run_atss_batch output)', which clarifies the source and structure beyond the bare schema. However, it doesn't detail the format of 'project_id' or the exact object schema for 'rows', leaving gaps.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the action ('Persist') and resource ('ATSS assessment results to the project'), distinguishing it from siblings like 'run_atss_batch' (which generates results) and 'get_atss_results' (which retrieves them). However, it doesn't explicitly contrast with all siblings, such as 'create_task' or 'derive_task_suggestions', which may involve related data operations.

    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?

    The description provides minimal guidance by mentioning that 'rows' should come from 'run_atss_batch output', but it lacks explicit when-to-use instructions, prerequisites (e.g., after running ATSS), or alternatives (e.g., vs. other persistence tools). No exclusions or comparisons to siblings like 'accept_suggestions' are given.

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

  • Behavior2/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 mentions the tool 'analyzes' and 'creates,' implying a mutation operation, but doesn't disclose behavioral traits such as permissions needed, whether it's idempotent, rate limits, or what happens if tasks already exist. The description adds minimal context beyond the basic action.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is appropriately sized with three sentences that are front-loaded: the first states the purpose, the second elaborates, and the third provides usage context. There's no wasted text, though it could be slightly more structured for clarity.

    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 complexity (a mutation tool with no annotations) and the presence of an output schema, the description is somewhat complete but has gaps. It explains the purpose and basic workflow but lacks details on parameters, behavioral traits, and how it interacts with siblings. The output schema may cover return values, but the description doesn't fully address the tool's context.

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

    Parameters2/5

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

    The input schema has 1 parameter with 0% description coverage, and the tool description provides no information about the 'project_id' parameter. It doesn't explain what a project ID is, how to obtain it, or its role in the process. The description fails to compensate for the low schema coverage.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the tool's purpose: 'Auto-generate tasks from the WDA Objects level' and 'creates corresponding control tasks.' It specifies the verb ('generate'/'creates') and resource ('tasks'), though it doesn't explicitly differentiate from siblings like 'create_task' or 'derive_task_suggestions.'

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

    Usage Guidelines3/5

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

    The description provides some context: 'This is the standard first step before running ATSS,' which implies when to use it relative to ATSS. However, it doesn't explicitly state when to use this tool versus alternatives like 'derive_task_suggestions' or 'create_task,' nor does it mention prerequisites or exclusions beyond the ATSS workflow.

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

  • Behavior2/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 of behavioral disclosure. It states the tool creates a task but lacks details on permissions required, whether the operation is idempotent, error handling, or what the output contains (though an output schema exists). This leaves significant gaps for a mutation tool with no annotation coverage.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is front-loaded with the core purpose in the first sentence, followed by a structured 'Args' section that efficiently details parameters. There is minimal waste, though the formatting could be slightly more polished (e.g., integrating the args list more seamlessly).

    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 has an output schema, the description does not need to explain return values. However, as a mutation tool with no annotations and multiple siblings, it lacks context on usage scenarios, behavioral traits, and differentiation from alternatives. The parameter semantics are well-covered, but overall completeness is moderate due to these gaps.

    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 0%, so the description must compensate. It adds meaningful context for all parameters: 'project_id' specifies the target project, 'name' and 'description' clarify their roles, and 'mode' explains its options and default value. This goes beyond the schema's basic titles and types, providing essential usage semantics.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the action ('Create a new task') and the target resource ('in a project'), which is specific and unambiguous. However, it does not explicitly differentiate this tool from its siblings (e.g., 'generate_tasks_from_wda' or 'derive_task_suggestions'), which would require mentioning what makes 'create_task' distinct, such as manual creation versus automated generation.

    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?

    The description provides no guidance on when to use this tool versus alternatives. With siblings like 'generate_tasks_from_wda' and 'derive_task_suggestions', there is no indication of scenarios where manual task creation is preferred over automated methods, nor any prerequisites or exclusions mentioned.

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

  • Behavior2/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It states it's a list operation (implying read-only) and mentions output includes 'timestamps and summaries', but doesn't cover critical aspects like pagination, sorting, error conditions, authentication needs, rate limits, or whether it returns all runs or only recent ones. For a list tool with zero annotation coverage, this leaves significant gaps.

    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, efficient sentence that front-loads the core purpose ('List all ATSS assessment runs for a project') and adds useful output details ('with timestamps and summaries'). There is no wasted verbiage or redundancy.

    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 has an output schema (which should document return values), the description doesn't need to detail outputs. However, with no annotations and low parameter schema coverage, the description should do more to explain behavior and usage. It adequately covers the basic purpose but lacks guidance and behavioral context, making it minimally complete for a simple list 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?

    The description mentions 'for a project', which aligns with the single parameter 'project_id' in the schema. However, schema description coverage is 0%, so the schema provides no parameter details. The description adds minimal semantic context (it's project-scoped) but doesn't explain what a project ID is, its format, or where to find it. This partially compensates but not fully for the coverage gap.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the action ('List all ATSS assessment runs') and resource ('for a project'), with additional context about what information is returned ('with timestamps and summaries'). It distinguishes from some siblings like 'get_atss_results' (which likely retrieves detailed results) and 'run_atss_batch' (which executes runs), but doesn't explicitly differentiate from all siblings like 'list_tasks' or 'list_suggestions'.

    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?

    The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, when-not scenarios, or compare with sibling tools like 'get_atss_results' (for detailed results) or 'persist_atss_results' (for saving results). The agent must infer usage from the tool name and description alone.

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

  • Behavior2/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 of behavioral disclosure. It states this is a listing operation for 'pending' suggestions, implying it's read-only and non-destructive, but doesn't address permissions, rate limits, pagination, or what 'pending' means operationally. For a tool with no annotation coverage, this leaves significant gaps in understanding its behavior.

    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 appropriately sized and front-loaded. The first sentence directly states the tool's purpose, and the second sentence adds necessary clarification without redundancy. Every sentence earns its place, making it efficient and well-structured.

    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 low complexity (one parameter, no nested objects) and the presence of an output schema (which handles return values), the description is mostly complete. It covers the core purpose and clarifies what 'suggestions' are, but lacks usage guidelines and behavioral details that would be helpful despite the output schema.

    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 description adds minimal semantic context beyond the input schema. It mentions 'for a project,' which aligns with the 'project_id' parameter, but with 0% schema description coverage and only one parameter, the baseline is 4. However, it doesn't explain what a 'project_id' is, its format, or where to find it, so it doesn't fully compensate for the schema gap, warranting a score of 3.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the tool's purpose: 'List all pending task suggestions for a project' with the clarifying sentence 'Suggestions are AI-generated task proposals that haven't been accepted yet.' This provides a specific verb ('List'), resource ('pending task suggestions'), and scope ('for a project'), though it doesn't explicitly differentiate from sibling tools like 'list_tasks' or 'list_atss_runs'.

    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?

    The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'list_tasks' (for accepted tasks) or 'derive_task_suggestions' (for generating new suggestions), nor does it specify prerequisites or exclusions. The context is implied but not explicit.

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

  • Behavior2/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 of behavioral disclosure. It states the tool returns 'previously persisted assessment results,' implying it's a read-only operation that retrieves existing data, which is helpful. However, it lacks details on permissions, rate limits, error handling, or whether it returns all results or paginated data. For a tool with no annotations, this is a significant gap in 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?

    The description is highly concise and well-structured: two sentences that front-load the core purpose ('Get stored ATSS results for a project') and follow with details on return values. Every sentence earns its place by adding value—no wasted words or redundancy.

    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 complexity (retrieving persisted results), no annotations, and an output schema (which handles return value documentation), the description is reasonably complete. It covers the purpose and return content but lacks usage guidelines and behavioral details like error cases. With an output schema, it doesn't need to explain return values, but the gaps in other areas prevent a perfect score.

    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 input schema has 1 parameter ('project_id') with 0% description coverage, meaning the schema provides no semantic context. The description compensates by implying that 'project_id' identifies the project for which to retrieve ATSS results. It doesn't specify format or constraints, but given the low schema coverage and single parameter, this adds meaningful value beyond the schema, warranting a score above the baseline.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the tool's purpose: 'Get stored ATSS results for a project.' It specifies the verb ('Get') and resource ('stored ATSS results'), and distinguishes it from siblings like 'persist_atss_results' (which stores results) and 'list_atss_runs' (which lists runs). However, it doesn't explicitly differentiate from 'list_tasks' or 'derive_task_suggestions,' which might also involve task-related data, making it slightly less specific than a perfect 5.

    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?

    The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., that results must be persisted first), exclusions, or comparisons to siblings like 'list_atss_runs' (which might list runs without detailed results) or 'list_tasks' (which might list tasks without ATSS assessments). This leaves the agent to infer usage from context alone.

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

  • Behavior2/5

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

    With no annotations provided, the description carries full burden for behavioral disclosure. It mentions using an LLM and being 'more sophisticated' but lacks critical details: whether this is a read-only analysis or creates data, what permissions are needed, potential costs/rate limits of LLM calls, or what 'WDA objects' are. The description doesn't adequately cover behavioral traits for an AI-powered tool.

    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 efficiently structured with a clear purpose statement first, followed by comparison to sibling tool, then parameter explanations. Every sentence adds value with no wasted words. The two-sentence format with bullet-point parameter explanations is appropriately concise.

    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 has an output schema (which handles return values), 2 parameters with 0% schema coverage, no annotations, and moderate complexity (AI-powered analysis), the description is partially complete. It covers the basic purpose and parameters but lacks important context about what WDA objects are, how the LLM analysis works, and behavioral aspects. The output schema existence helps, but more operational context is needed.

    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 0%, so the description must compensate. It provides basic semantics for both parameters: 'project_id' identifies the project to analyze, and 'provider' specifies the LLM provider with default and options. However, it doesn't explain what format project_id should be, what WDA objects are, or provide examples. The description adds some value but doesn't fully compensate for the schema coverage gap.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose4/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the tool's purpose: using AI to derive detailed task suggestions from WDA objects. It specifies the verb 'derive' and resource 'task suggestions', and distinguishes from sibling 'generate_tasks_from_wda' by noting it's 'more sophisticated' and uses an LLM. However, it doesn't fully explain what makes it more sophisticated beyond LLM usage.

    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 by explicitly comparing to sibling 'generate_tasks_from_wda' and stating this is more sophisticated. It implies when to use this vs. the simpler alternative. However, it doesn't mention other potential alternatives like 'run_atss_batch' or provide explicit when-not-to-use guidance.

    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 discloses the tool's behavior: it assesses tasks across gates, scores them 0-100, and returns classifications with reasoning. However, it lacks details on execution time, error handling, rate limits, or authentication needs, which are important for a batch processing tool.

    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 well-structured and front-loaded: first sentence states the purpose, second explains the assessment process, then Args and Returns sections clearly organize parameter and output details. Every sentence adds value with no redundancy.

    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 annotations, 3 parameters with 0% schema coverage, and an output schema present, the description is mostly complete. It covers purpose, parameters, and return value overview, but could improve by mentioning execution characteristics (e.g., batch size, timeouts) or linking to sibling tools for better context.

    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 0%, so the description must compensate. It adds meaningful semantics: 'project_id' identifies the project to assess, 'provider' specifies the LLM provider with options and default, and 'model' is optional with provider default. This clarifies beyond the bare schema, though it could detail model compatibility or provider-specific behaviors.

    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 specific action ('Run ATSS'), the resource ('all tasks in a project'), and the outcome ('assessed across multiple gates...scored 0-100 for automation suitability'). It distinguishes from siblings like 'get_atss_results' or 'list_atss_runs' by specifying it performs the assessment rather than retrieving or listing results.

    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 implies usage context by specifying it runs ATSS on all tasks in a project, but does not explicitly state when to use this versus alternatives like 'get_atss_results' for retrieving results or 'persist_atss_results' for saving them. It provides clear input requirements but lacks explicit when-not-to-use guidance.

    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

systemonomic-mcp MCP server

Copy to your README.md:

Score Badge

systemonomic-mcp 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/TonyC23/systemonomic-mcp'

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