Skip to main content
Glama
zxhwolfe-dev

AI Workstation Open Source Intelligence MCP Server

Server Quality Checklist

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

  • Disambiguation4/5

    Most tools have distinct purposes, but search_ai_projects and find_alternatives both retrieve candidate projects, and get_radar_overview/Browse_radar_projects overlap in rankings/categories. The descriptions clarify the different intents well enough that an agent can usually disambiguate.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun snake_case pattern with clear verbs like search, get, compare, find, compose, and browse. The naming style is uniform and predictable across the entire set.

    Tool Count5/5

    Nine tools is well-scoped for an OSINT-oriented AI project server: discovery, facts, licensing, comparison, alternatives, stack composition, and radar browsing are each represented without unnecessary bloat or obvious missing categories.

    Completeness5/5

    The tool surface covers the full open-source AI project intelligence workflow from searching and browsing to getting evidence-backed facts, license checks, comparisons, alternatives, and stack composition. As a read-only intelligence domain, no create/update/delete lifecycle is expected, and the available tools do not leave dead ends.

  • Average 3.1/5 across 9 of 9 tools scored.

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

    • No community issues in the last 6 months
    • 433 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI is passing
  • This repository is licensed under Apache 2.0.

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

  • This server has been verified by its author.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

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

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

How is the quality score calculated?

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

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

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

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

Tool Scores

  • Behavior3/5

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

    Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds the set of browseable facets but does not disclose pagination behavior, default limit, or how filters combine; given the strong annotation coverage, this is adequate but not exceptional.

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

    Conciseness2/5

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

    The description is concise and free of fluff, but it is under-specified for the complexity of the tool. A single short phrase cannot meaningfully describe an 18-parameter browsing interface, so the brevity comes at the cost of usefulness.

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

    Completeness2/5

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

    The presence of an output schema reduces the need to describe return values, but the description still omits critical context: how filters relate, which fields are mutually exclusive, what the default behavior is, and what 'filtered projects' means. For a read-only exploratory tool with this many parameters, the definition is incomplete.

    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?

    Schema description coverage is 0%, so the description must compensate for 18 undocumented parameters. It only maps loosely to a few of them (ranking, collection, category, scenario, topic) and offers nothing about value formats, defaults, combinations, or locale/limit behavior. This is far below what is needed for an 18-parameter tool.

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

    Purpose4/5

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

    The description uses a specific verb ('Browse') and identifies the resource ('radar projects'), while enumerating the main browse dimensions: rankings, collections, categories, scenarios, topics, and filtered projects. It does not explicitly contrast itself with sibling tools like browse_radar_skills, but the word 'projects' makes the primary resource clear.

    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 gives no guidance on when to use this tool versus alternatives such as search_ai_projects, get_radar_overview, or browse_radar_skills. The word 'Browse' weakly implies exploratory use, but there are no explicit conditions, exclusions, or comparisons to help an agent select among siblings.

    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?

    Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the description does not need to repeat those. However, the description adds almost no extra behavioral context: 'current' weakly implies freshness, but there is no mention of what the overview contains beyond the listed nouns, whether it changes over time, or how it relates to the browse tools.

    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 a single, efficient sentence with a front-loaded action and object list. It avoids filler, though it sacrifices useful detail in favor of brevity.

    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?

    The tool is a read-only overview call with no required parameters and an output schema, so the description's resource list is minimally sufficient for invocation. It is not fully complete because it omits usage routing and parameter semantics, but the tool's low complexity reduces the severity of those gaps.

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

    Parameters1/5

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

    The schema has 0% description coverage, and the tool description does not mention either parameter. The locale enum and default are visible in the schema, but request_id's purpose is completely unexplained, and the description provides no compensating semantic guidance.

    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 names a clear action ('Discover') and a concrete resource ('current rankings, collections, categories, scenarios and filters'), so an agent can tell what the tool returns. It does not explicitly differentiate from browse_radar_projects or browse_radar_skills, but the overview scope is reasonably distinct.

    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?

    There is no guidance on when to call this tool versus siblings like search_ai_projects, browse_radar_projects, or browse_radar_skills. The word 'current' hints at an up-to-date overview, but no conditions, exclusions, or alternative routing are 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?

    Annotations already establish read-only, idempotent, open-world behavior, so the safety profile is covered without description. The description adds the 'verify' behavior and the explicit-requirements scoping, but does not disclose what verification entails or any operational quirks.

    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 a single, front-loaded sentence with no filler, and every phrase ('find', 'verify', 'explicit requirements') adds at least some meaning. It is efficient, though slightly under-specified for a tool with multiple parameters.

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

    Completeness2/5

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

    Although the output schema and annotations carry significant context, the description omits parameter semantics, usage conditions, and relationship to sibling tools. For a 4-parameter search tool with 0% schema coverage, this is not enough for a confident selection or invocation.

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

    Parameters1/5

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

    Schema description coverage is 0% and the description does not define query, locale, constraints, or request_id. The phrase 'explicit requirements' may hint at query/constraints but does not explain their meaning or format, so the description fails to compensate for the schema's lack of descriptions.

    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 states a specific action ('Find and verify') and a clear resource ('open-source AI projects'), and adds a scoping phrase ('from explicit requirements'). It does not explicitly distinguish this tool from browse_radar_projects or find_alternatives, but the search/verify framing makes the primary purpose clear.

    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?

    There is no guidance about when to use search_ai_projects versus its siblings, no exclusions, and no stated alternatives. 'From explicit requirements' weakly implies a use case, but the agent is left to infer when this tool should be chosen.

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

  • Behavior3/5

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

    Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false. The description adds 'candidate' and 'unknown compatibility', which suggests the result is provisional and highlights compatibility gaps, but it does not explain what the tool returns, how existing_stack or constraints affect the result, or what 'unknown compatibility' concretely means.

    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 a single, tight sentence with the core action front-loaded. The second clause is somewhat vague, but there is no redundancy or wasted wording.

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

    Completeness2/5

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

    Although an output schema exists and annotations provide a safety profile, the description still leaves critical context missing: parameter semantics are absent, usage versus sibling tools is not addressed, and the meaningful phrase 'unknown compatibility' is undefined. For a tool with five parameters and substantial optional inputs, this is not enough for reliable invocation.

    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?

    Schema description coverage is 0%, so the description carries the full burden for parameter meaning, but it does not mention business_goal, constraints, existing_stack, locale, or request_id. Only the phrase 'compose a stack' implicitly maps to business_goal; the optional inputs remain semantically unexplained beyond their names.

    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 states a specific action ('Compose') and resource ('a candidate open-source AI stack'), and the 'expose unknown compatibility' clause adds a distinct output focus. It is clear enough to separate this from siblings like search_ai_projects or compare_ai_projects, though it does not explicitly contrast with them.

    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?

    There is no guidance about when to choose compose_ai_stack over the sibling tools such as search_ai_projects, compare_ai_projects, or find_alternatives. The phrase 'candidate stack' weakly implies a use case, but no context, prerequisites, or exclusions are 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?

    Annotations already declare readOnlyHint=true, idempotentHint=true, openWorldHint=true, and destructiveHint=false, so the description does not need to cover safety. It adds modest behavioral value by stating results are 'verified' and that constraints are 'preserving,' which suggests a non-relaxing, evidence-based result set. It does not contradict the annotations, and it offers no extra disclosure about pagination, output shape, or edge cases.

    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 a single short sentence with no filler or redundancy, and the core action is front-loaded. It is concise but somewhat terse, sacrificing detail that would help an agent select it confidently among siblings. Still, on the conciseness dimension it is well structured.

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

    Completeness2/5

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

    Despite having an output schema and useful annotations, the description lacks usage guidance, parameter clarification, and sibling differentiation. The tool has four parameters, zero schema description coverage, and several closely related siblings, so more context is needed for reliable selection and invocation. The current description is too thin to be considered complete.

    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?

    Schema description coverage is 0%, so the description bears the burden of explaining parameters, but it only hints at 'constraints' and does not explain project_id, locale, request_id, or the constraints structure. The word 'constraints' maps to one parameter, but the other three are left entirely to their names and schema types. This is insufficient compensation for the lack of schema descriptions.

    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 states a specific verb ('Find') and resource ('verified candidate alternatives') and adds a meaningful qualifier ('preserving constraints'). It is not a tautology and gives the agent a basic sense of the tool's function. However, it does not explicitly say what the alternatives are for (e.g., projects) or how it differs from siblings like compare_ai_projects, so it is clear but not fully differentiated.

    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 implies the tool should be used when constraints need to be preserved, but it gives no explicit when-to-use or when-not-to-use guidance. It does not name alternatives like search_ai_projects or compare_ai_projects, nor does it state which sibling to choose instead. An agent is left to infer the appropriate context from the name and a single phrase.

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

  • Behavior3/5

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

    Annotations already cover readOnlyHint, idempotentHint, and destructiveHint. The description adds contextual value by noting the evidence is 'observed' and that the result is not legal advice. It does not contradict any annotations, but it adds no further behavioral detail such as completeness guarantees or limitations.

    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 very short and every word earns its place. The key action and the important 'not legal advice' caveat are present. It is appropriately sized for a simple read-only tool, though it does lean toward under-specification rather than deliberate completeness.

    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?

    The output schema exists, so return values are covered by structured data, and annotations cover the safety profile. However, the description lacks usage context and parameter semantics, so an agent has to infer when to select this tool among the siblings and what the parameters mean.

    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?

    Schema description coverage is 0%, so the description must compensate for parameter meaning, but it does not. project_id, locale, and request_id are never explained. The parameter names and enum are somewhat self-explanatory, but the description adds no semantic value beyond the schema.

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

    Purpose4/5

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

    The description uses a specific verb and resource: 'Get observed license evidence.' The word 'observed' adds useful precision, and the annotation title clarifies it is project-scoped. However, it does not explicitly differentiate this tool from siblings like get_project_facts, so it stops short of 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 about when to use this tool versus alternatives such as get_project_facts or browse_radar_projects. The disclaimer 'not legal advice' is a caveat, not usage guidance. No exclusions or routing conditions are given.

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

  • Behavior3/5

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

    Annotations already disclose readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds the useful behavioral distinction between browsing/filtering and opening one Skill by ID, but it does not describe pagination, filtering semantics, or any side effects beyond what annotations cover.

    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 one compact sentence, front-loads the primary action, and uses the 'or' construction to expose the second mode without redundancy.

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

    Completeness2/5

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

    For a tool with 11 loosely documented parameters and no usage guidance, the description is too thin. The output schema and annotations reduce the burden for return values and safety, but an agent still cannot reliably know how to form filtering/query parameters or choose between this and sibling tools.

    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?

    Input schema has 0% description coverage across 11 parameters. The description only provides high-level meaning: some parameters act as filters and skill_id opens a single Skill. It does not explain query, category, license, sort, limit, offset, locale, installable, kind, or request_id, leaving the agent to guess their semantics.

    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 states a specific action ('Browse/filter the Radar Skills library') and a distinct alternative mode ('open one Skill by ID'). This clearly identifies the resource and scope and differentiates it from project-focused siblings such as browse_radar_projects.

    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?

    There is no explicit guidance on when to use this tool instead of siblings like search_ai_projects or browse_radar_projects. The description implies a skills-library context but does not state exclusions or the conditions that should route an agent to an alternative.

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

  • Behavior3/5

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

    Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds the 2-5 project limit and decision-context framing, but does not explain output behavior or what happens with invalid counts or missing context.

    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 a single, front-loaded sentence with no filler. It is concise and to the point, though 'explicit decision context' is slightly vague and could be more concrete without losing brevity.

    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?

    The output schema and annotations cover return values and safety, so those gaps are acceptable. However, the sparse description leaves key parameters like criteria and context under-specified, making it harder for an agent to know how to construct a useful comparison request.

    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?

    With 0% schema description coverage, the description must compensate. It adds meaning for project_ids (2-5 limit) and hints at context, but criteria, locale, and request_id are left completely unexplained. This is a meaningful gap for an agent deciding how to fill those parameters.

    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 names a specific verb ('Compare'), a bounded resource ('two to five projects'), and a decision-oriented scope ('one explicit decision context'). This clearly distinguishes it from sibling tools like search_ai_projects and find_alternatives.

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

    Usage Guidelines4/5

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

    The description gives a clear context for use: comparing a small set of projects within one decision frame. It does not explicitly mention alternatives or when-not-to-use conditions, but the comparison scope is specific enough to guide 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?

    Annotations already declare read-only, open-world, idempotent, and non-destructive behavior. The description adds meaningful context by describing facts as 'current', 'evidence-backed', and 'public', which clarifies freshness, reliability, and visibility beyond the annotation booleans.

    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, tight sentence with no filler. The verb and object are front-loaded, and every word contributes meaning.

    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 read-only tool with a strong annotation set and an output schema, the description gives enough to make a successful call. The main gap is that locale and request_id semantics are left entirely to schema inference, and there is no explicit routing guidance, but these are minor for this low-complexity tool.

    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?

    Schema description coverage is 0%, so the description should compensate for missing parameter documentation. It only hints at project_id through 'for one project' and says nothing about locale or request_id. The parameter names and enum are self-explanatory, but the description adds little value 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 provides a specific verb ('get'), resource ('current evidence-backed public facts'), scope ('one project'), and enough detail to distinguish it from siblings such as search_ai_projects or compare_ai_projects. The singular project focus makes the tool's purpose immediately clear.

    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 phrase 'for one project' clearly implies this tool is for retrieving facts about a specific project, which differentiates it from search, browse, and comparison tools. However, it does not explicitly state when to prefer this over siblings or when not to use it.

    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

aiworkstation-open-source-intelligence MCP server

Copy to your README.md:

Score Badge

aiworkstation-open-source-intelligence 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/zxhwolfe-dev/aiworkstation-open-source-intelligence'

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