Skip to main content
Glama
saidsef

GitHub PR Issue Analyser

by saidsef

get_repo_stars_since

Read-only

Find which GitHub repositories by a user gained the most new stars since a specific date, such as the last 30 days.

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYes
sinceNo
top_nNo
max_reposNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYes
sinceYes
reposYes
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds crucial behavioral context: 'One REST call is made per repo checked — set max_repos conservatively', which discloses potential cost. 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?

Three sentences, no redundancy. Each sentence serves a distinct purpose: purpose, input format and examples, and performance warning. Efficient and well-structured.

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

Completeness5/5

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

Given the tool's moderate complexity, the presence of an output schema, and annotations covering safety, the description provides sufficient context including date format, defaults, and a performance consideration. No notable gaps.

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 0%, so the description must compensate. It explains the 'since' parameter format and default, and implies the role of 'max_repos'. However, it does not explicitly detail 'username', 'top_n', or provide type info 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 clearly states the verb 'Return' and the resource 'repos owned by username' with a specific action 'received the most new stars since a given date'. This distinguishes it from sibling tools which focus on issues, PRs, releases, etc.

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 explicitly says 'Answers prompts like "which repos gained the most stars in the last 30 days"' and warns about the number of REST calls per repo. This provides clear usage context, though it does not mention 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/saidsef/mcp-github-pr-issue-analyser'

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