Skip to main content
Glama
nasimcoderex

Universal GitHub MCP Server

by nasimcoderex

docs

Retrieve company documentation and best practices to enforce development rules. Use actions like list, get, search, rules, or guidelines to find specific information for coding, review, and PR workflows.

Instructions

Company documentation and best practices - enforces rules for development

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSearch query for finding specific information
actionYesAction to perform
documentNoDocument name or category (git, coding, review, pr, github)
Behavior2/5

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

With no annotations, the description carries the behavioral burden, but it says nothing concrete about return behavior, side effects, or access needs. The claim that it 'enforces rules' is not backed by the actual list/get/search actions and could mislead an agent into expecting enforcement rather than documentation retrieval.

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 one short sentence with no filler and puts the core noun phrase first. However, the 'enforces rules' fragment is vague and does not fully earn its place as written.

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?

For a tool with no annotations and no output schema, the description is too thin: it does not explain what happens when each action is invoked, what kind of content is returned, or when the agent should consult it. The schema provides the action vocabulary, but the description leaves too much behavioral context to inference.

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%, and each parameter already has a clear description and action is constrained to an enum. The description adds no parameter semantics, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the resource (company documentation and best practices) and signals a normative purpose, but it lacks a specific operation verb like retrieve or read. It also says the tool 'enforces rules,' which is more suggestive than a clear definition of what calling the tool does.

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?

No guidance on when to use this tool versus alternatives such as github or wpcli is provided. The phrase 'enforces rules for development' implies you should consult it for compliance, but the intended selection criteria are left implicit.

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/nasimcoderex/tasker-mcp'

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