Skip to main content
Glama
saidsef

GitHub PR Issue Analyser

by saidsef

get_repo_stars_since

Read-only

Find a user's repos with the most new stars since a date (defaults to 30 days ago) to spot trending projects.

Instructions

Return the repos owned by username that received the most new stars since a given date. since accepts YYYY-MM-DD or ISO 8601; defaults to 30 days ago. Answers prompts like 'which repos gained the most stars in the last 30 days'. One REST call is made per repo checked — set max_repos conservatively. truncated is True when the account has more public repos than the listing could read, so the answer may miss some.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNo
top_nNo
usernameYes
max_reposNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
reposYes
sinceYes
usernameYes
truncatedYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv29.0.0
    • addedOutput schema / properties / truncated
      Added value: +{
      +  "type": "boolean"
      +}
    • changedOutput schema / required
      Previous value: -[
      -  "username",
      -  "since",
      -  "repos"
      -]New value: +[
      +  "username",
      +  "since",
      +  "repos",
      +  "truncated"
      +]
  2. Addedv16.0.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the read-only nature is covered. The description adds valuable non-obvious behavior: one REST call per repo checked, a recommendation to set max_repos conservatively, and the truncated flag meaning results may be incomplete. No contradiction with 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?

The description is compact and every sentence earns its place: core purpose, date format, usage example, cost warning, and truncation caveat. No filler or repetition.

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?

The presence of an output schema reduces the need to describe return values in prose. The description covers the key contextual concerns for this tool: cost per repo, truncation risk, and intended prompt type. The only notable omission is top_n semantics, but overall the tool is well contextualized.

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 schema description coverage at 0%, the description must compensate. It clarifies 'since' formats and default behavior, and explains max_repos in terms of cost/truncation. However, top_n is never explained, and username is only implied, leaving a meaningful gap for a tool with zero parameter descriptions.

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 ('Return'), resource ('repos owned by username'), and ranking criterion ('received the most new stars since a given date'). This clearly distinguishes the tool from the sibling tools, none of which are star-trend focused.

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?

It gives a concrete prompt example ('which repos gained the most stars in the last 30 days') and explains the time-window concept. It does not explicitly state when not to use the tool or name alternatives, so it stops short of a 5.

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

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/saidsef/mcp-github-pr-issue-analyser'

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