Skip to main content
Glama
ENFernandes

github-stars-mcp

by ENFernandes

get_star

Get complete details for a single starred repository by its full name (owner/repo). Returns cached data with automatic freshness validation.

Instructions

Get full details for one starred repo by its full name (owner/repo).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
full_nameYese.g. 'facebook/react'
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It indicates a read operation ('Get') and that it returns 'full details', but it doesn't explain what happens if a repo isn't found, whether authentication is required, or the exact response structure. This is a basic getter, so transparency is acceptable but thin.

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, well-structured sentence that front-loads the verb 'Get' and includes the key qualifier 'by its full name'. No unnecessary words 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?

For a one-parameter tool with no output schema and no annotations, the description is largely sufficient. It tells the agent what the tool does and how to provide the argument. 'Full details' hints at the response, but it doesn't specify the response shape or error conditions. Still, for a simple read operation, this is nearly 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 100%: the schema already documents full_name with an example ('facebook/react'). The description adds 'owner/repo' which essentially repeats the schema example. It does not introduce new meaning like validation rules or special formats beyond what the schema provides.

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 function: 'Get full details for one starred repo by its full name (owner/repo).' It specifies the action (get), resource (starred repo), and the identifier format (owner/repo). This distinguishes it from siblings like list_stars or search_stars, which operate over multiple repos.

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 implies usage context: use this when you need details for a single known repo, identified by full_name. It doesn't explicitly mention alternatives or when not to use it, but the 'one' and 'by its full name' phrasing provides clear context for when it applies.

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/ENFernandes/github-stars-mcp'

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