Skip to main content
Glama
zxhwolfe-dev

AI Workstation Open Source Intelligence MCP Server

get_project_facts

Read-onlyIdempotent

Look up verified public facts about an open-source project, complete with evidence and uncertainty levels, to support research, verification, and comparison.

Instructions

Get current evidence-backed public facts for one project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoen
project_idYes
request_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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.

Install Server

Other Tools

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