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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.3

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive, open-world behavior. The description adds useful context beyond those hints: facts are 'current', 'evidence-backed', and 'public', which shapes agent expectations about freshness, sourcing, and visibility without contradicting the annotations.

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

Conciseness5/5

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

A single front-loaded sentence with no filler. Every modifier ('current', 'evidence-backed', 'public', 'one project') carries meaningful information that helps an agent invoke the tool correctly.

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?

With an output schema present, rich annotations, and only one required parameter, the tool is simple enough that the description plus schema covers what an agent needs to call it. Minor gaps around parameter semantics and sibling differentiation exist, but nothing essential is missing for basic correct 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 must compensate, but it does not explain locale, request_id, or even explicitly map 'one project' to project_id. Only the enum/default in the schema and the parameter names give agents any hint about parameter purpose, leaving obvious gaps for locale formatting and request correlation.

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 ('Get'), resource ('evidence-backed public facts'), and clear scope ('for one project'), immediately separating this from broader list/search/overview siblings like browse_radar_projects and get_radar_overview. It is direct and unambiguous about what the tool returns.

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 frames when this tool is appropriate: when the agent needs focused facts about a specific project rather than a list, comparison, or overview. It does not explicitly name alternatives or exclusion cases, but the context is clear 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.