Skip to main content
Glama

Server Details

Evidence-backed open-source project search, recommendations, alternatives, and comparisons.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
haocn-ops/git-top
GitHub Stars
0
Server Listing
Git.Top

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.6/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool addresses a distinct stage of the workflow: search_projects finds candidates, get_project retrieves detailed knowledge, recommend_project provides tailored suggestions, compare_projects contrasts options, and get_agent_workflow guides the overall process. No two tools have overlapping purposes, making misselection very unlikely.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (compare_projects, get_agent_workflow, get_project, recommend_project, search_projects). The two 'get_' tools are clearly differentiated by their objects (agent_workflow vs project), maintaining uniform style and predictability.

Tool Count5/5

Five tools is well within the ideal 3-15 range and perfectly scoped for a project discovery and comparison server. Each tool earns its place, covering search, retrieval, recommendation, comparison, and workflow guidance without redundancy or bloat.

Completeness5/5

The tool set covers the full user journey: discovering projects via search, getting in-depth information via get_project, obtaining personalized recommendations, comparing alternatives, and following a structured analysis workflow. No obvious gaps exist for the platform's stated purpose.

Available Tools

5 tools
compare_projectsB
Read-only
Inspect

Compare projects by deployment, maintenance, difficulty, Cloudflare readiness, and use case fit.

ParametersJSON Schema
NameRequiredDescriptionDefault
criteriaNo
deploymentNo
require_d1NoFail closed unless the tool result is backed by D1 instead of seed fallback.
project_idsYes
Behavior2/5

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

The description adds no behavioral context beyond the readOnly and non-destructive annotations. It does not disclose the D1/seed fallback behavior hinted at by the require_d1 parameter, nor does it explain what 'compare' returns in terms of output format or data source. The annotations cover safety but not these operational nuances.

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 sentence, front-loaded, and contains no filler. Every word contributes to the meaning, making it concise and 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?

The tool has no output schema, and the description does not explain what the comparison result looks like (e.g., ranking, side-by-side table). It also omits information about data fallback and alternative usage contexts. Given the 4-parameter complexity, the description is too minimal to be considered 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?

With only 25% schema description coverage, the description partially compensates by listing the comparison dimensions, which likely map to the 'criteria' parameter. However, it does not clarify the 'deployment' string parameter or other parameters beyond what is in the schema. It adds some semantic value but leaves gaps.

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 'Compare' and the resource 'projects', and lists specific comparison dimensions (deployment, maintenance, difficulty, Cloudflare readiness, use case fit). This distinguishes it from sibling tools like get_project (single retrieval) and search_projects (finding projects).

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 need to compare projects across those criteria, but it does not explicitly state when to avoid this tool or mention alternatives. It lacks explicit 'when to use' or 'when not to use' guidance, so it falls into the implied usage category.

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

get_agent_workflowA
Read-only
Inspect

Return a structured Git.Top workflow that guides an agent from trends to recommendations, graph, alternatives, score, compare, and trust checks.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
intentNoNatural-language selection goal.
use_caseNoConcrete project use case.
project_idNoOptional focus project or product alias.
require_d1NoFail closed unless the tool result is backed by D1 instead of seed fallback.
constraintsNo
Behavior3/5

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

Annotations already indicate read-only and non-destructive behavior, so the bar is lower. The description adds no contradicting behavior and provides a hint about the internal structure ('guides an agent...'), but it does not go beyond that to explain output format, dependencies, 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.

Conciseness5/5

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

The description is a single sentence, front-loaded with the core action, and contains no filler. It is concise and to the point.

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?

Given the tool has 6 parameters (including a nested constraints object) and no output schema, the description is too brief to be complete. It does not explain how parameters influence the returned workflow, what the workflow structure looks like, or any caveats. More context is needed 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 67%, leaving 'limit' and 'constraints' (including nested properties) without descriptions. The description does not clarify these parameters or add meaning to any parameter, so it fails to compensate for the gaps.

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 verb and resource: 'Return a structured Git.Top workflow' that guides an agent through a specific sequence of steps. This distinguishes it from sibling tools like get_project or search_projects, which handle individual project data.

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 context—this is for workflows that take an agent from trends through recommendations, graph, alternatives, score, compare, and trust checks. However, it does not explicitly state when to use this tool versus alternatives, nor does it list exclusions or recommended alternatives.

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

get_projectA
Read-only
Inspect

Return structured Git.Top knowledge for a project or collection, including the compact agent summary, overview, alternatives, deployments, quality score, agent score, project_kind, and collection_metadata when applicable.

ParametersJSON Schema
NameRequiredDescriptionDefault
repoNoGitHub repository name, or owner/repo when owner is omitted.
ownerNoGitHub owner; use with repo when project_id is omitted.
project_idNoCanonical owner/repo identifier or a Git.Top product alias such as claude-code or cursor. The repo field may also contain owner/repo.
require_d1NoFail closed unless the tool result is backed by D1 instead of seed fallback.
Behavior4/5

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

Annotations already establish readOnlyHint=true and destructiveHint=false, and the description adds value by detailing the return content (agent summary, overview, quality score, etc.) and noting conditional 'when applicable' fields. No contradiction with annotations, and the additional return structure improves 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?

A single, front-loaded sentence that packs in the core purpose and key return fields without redundant words. Every part of the sentence earns its place, and the structure is easy to parse.

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 read-only tool with no output schema, the description lists the return fields and notes conditional metadata, which is fairly complete. It does not cover error handling or edge cases, but the schema handles parameter combinations and the annotations handle safety. Minor gap in not explicating the require_d1 behavior in the 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?

Schema description coverage is 100%, so each parameter is already well-documented. The tool description does not add further parameter meaning beyond what the schema provides, so the baseline of 3 applies.

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 ('Return') and resource ('structured Git.Top knowledge for a project or collection'), clearly distinguishing it from siblings like compare_projects or search_projects. It enumerates the included fields, making the tool's purpose unambiguous.

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 clearly implies the tool is for retrieving a single project's knowledge, and the schema adds parameter usage instructions ('Provide project_id, repo, or both owner and repo'). However, it lacks explicit exclusions or references to alternative tools, so it stops short of full guidance.

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

recommend_projectB
Read-only
Inspect

Recommend open source projects for a concrete agent use case and constraints.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
use_caseYes
require_d1NoFail closed unless the tool result is backed by D1 instead of seed fallback.
constraintsNo
Behavior3/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, so the description does not need to cover basic safety. However, it adds no context about how recommendations are generated, what response to expect, or whether results are deterministic. The description is consistent with annotations, so no contradiction.

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 concise sentence that leads with the action and avoids filler. It is easily scannable and efficient, though its brevity contributes to the lack of detail.

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 description is inadequate for a tool with a nested constraints object, no output schema, and multiple parameters. It does not explain what recommendations look like, how constraints are applied, or the role of limit and require_d1. This leaves the agent with significant uncertainty about how to invoke the tool and interpret results.

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 only 25% (only require_d1 has a description), and the tool description does not compensate. It mentions 'use case' and 'constraints' but does not explain the nested constraints structure, the meaning of limit, or how these parameters affect results. The description adds little beyond the parameter 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 clearly states a specific verb 'Recommend' and resource 'open source projects', which establishes the tool's core purpose. However, it does not distinguish itself from sibling tools like search_projects or compare_projects, so it falls 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 Guidelines3/5

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

The phrase 'for a concrete agent use case and constraints' implies the tool is best used when a specific use case and constraints are provided, but there is no explicit guidance on when to choose this over search_projects or compare_projects. No exclusions or alternatives are mentioned, making the guidance only moderately useful.

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

search_projectsA
Read-only
Inspect

Search Git.Top projects by query, category, deployment, difficulty, language, or Cloudflare readiness. Results include project_kind and collection_metadata for resource hubs and curated collections. On large corpora, inspect metadata.candidate_retrieval and metadata.truncated before treating broad results as exhaustive.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNoSearch terms, such as openai, cloudflare agent framework, or browser automation. Leave cursor empty for a new search.
cursorNoOpaque next_cursor from a previous search_projects result.
rankingNoOptional browse ranking for broad category/deployment discovery with larger limits. Defaults to exact-intent search ranking.
categoryNo
languageNo
deploymentNo
difficultyNo
require_d1NoFail closed unless the tool result is backed by D1 instead of seed fallback.
cloudflare_readyNo
Behavior4/5

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

Annotations already indicate read-only and non-destructive behavior. The description adds valuable context beyond annotations: it warns that results may be truncated on large corpora and directs the agent to inspect metadata.candidate_retrieval and metadata.truncated before treating broad results as exhaustive. It also discloses that results include project_kind and collection_metadata, which is helpful given there is no output schema.

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 three sentences, with the purpose front-loaded in the first sentence. Each sentence earns its place: the first states the search facets, the second notes important result fields, and the third gives a crucial caveat about truncation. No filler or redundant content.

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 search tool with 10 parameters and no output schema, the description covers the core aspects: search dimensions, key result fields, and a warning about metadata for truncation. It does not mention pagination or ranking options, but these are described in the input schema. The caveat about large corpora adds needed context for correct use of results, making the description reasonably 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 coverage is only 40%, so the description must compensate. It lists the key filter dimensions (query, category, deployment, difficulty, language, Cloudflare readiness), mapping to several parameters and clarifying their role as search criteria. However, it does not add detailed semantics for parameters like cursor, limit, ranking, or require_d1, which rely on schema descriptions. The description partially compensates for the coverage gap but stops short of fully explaining parameter usage.

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 leads with a specific verb ('Search') and resource ('Git.Top projects'), then lists the exact filter dimensions (query, category, deployment, difficulty, language, Cloudflare readiness). This clearly distinguishes it from sibling tools like compare_projects, get_project, and recommend_project, which have different verbs and 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?

The description does not explicitly state when to use this tool versus alternatives like get_project (for a specific project) or recommend_project. It provides a caution about inspecting metadata for truncation, which is useful for interpreting results, but it does not guide tool selection among the siblings.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.