Skip to main content
Glama
guille-gallo

MCP GitHub Validator

by guille-gallo

validate_all_repos

Validates multiple GitHub repositories against React application rules. Specify repository names or categories to filter, or default to checking all React repositories in the account.

Instructions

Validate multiple repositories at once. If no repos specified, validates all React repositories found in the account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNamesNoList of repository names to validate. Defaults to all React repos if not specified.
categoriesNoFilter rules by category
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the default behavior (validates all React repos if unspecified) which is useful, but doesn't state whether validation is read-only, what happens on partial failures, whether it's a long-running operation, or what the output format is. The description adds value but leaves significant behavioral questions unanswered.

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?

Extremely concise — two sentences that cover purpose and default behavior with zero wasted words. Effectively front-loaded and to the point.

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

Completeness3/5

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

For a 2-parameter batch validation tool with 100% schema coverage, the description covers the core purpose and default behavior adequately. However, with no annotations and no output schema, some additional detail about validation outcomes, error handling across repos, or scope of validation categories would improve completeness. The categories parameter's impact on filtering also isn't fully connected to behavior.

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 the schema already documents both parameters. The description adds the default-repo behavior context but doesn't add meaningful nuance to parameters beyond what the schema provides. The categories enum values are self-explanatory in the schema. Baseline 3 is appropriate.

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 the tool validates multiple repositories at once and has a sensible default behavior (validates all React repos if none specified). It distinguishes itself from the sibling validate_repo by covering batching/multi-repo validation, though it doesn't explicitly contrast with the sibling.

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 when to use it (validating multiple repos) and states the default behavior when no repos are specified. However, it doesn't explicitly state when to use validate_repo instead (single repo case) or reference the sibling tools, which would clarify trade-offs between batching validations.

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/guille-gallo/mcp-github-validator'

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