Skip to main content
Glama
contextstream

ContextStream MCP Server

Version Control

vcs
Read-onlyIdempotent

Perform Git version control actions and remote repository operations, including status, diff, log, pull requests, issues, and code search.

Instructions

Git version control and remote repo operations.

Local git actions: status, diff, log, blame, branches, stash_list Remote API actions: list_repos, get_repo, sync_repo, list_pulls, get_pull, get_pull_diff, get_pull_comments, get_pull_commits, get_pull_checks, get_pull_summary, summarize_pull, review_pull, comment_pull, merge_pull, list_issues, get_issue, create_issue, update_issue, comment_issue, list_commits, get_commit, get_commit_diff, compare_refs, list_branches_remote, list_tags, get_tree, get_blob, search_code, search_vcs, get_activity, list_notifications, mark_notification_read, mark_all_notifications_read, list_links, create_link, delete_link, list_automations, create_automation, update_automation, delete_automation, register_webhook, unregister_webhook

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref (branch, tag, commit)
bodyNoBody content
dataNoAdditional data for create/update operations
pageNoPage number
pathNoFile path for diff/blame/tree/blob
eventNoReview event (APPROVE/REQUEST_CHANGES/COMMENT)
limitNoMax entries (default: 20)
queryNoSearch query
stateNoState filter (open/closed)
titleNoTitle for create_issue
actionYesVCS action to perform
labelsNoLabels for issues
stagedNoShow staged changes only (for diff)
link_idNoLink ID
repo_idNoRepository ID for remote actions
base_refNoBase ref for compare_refs
per_pageNoResults per page
providerNoVCS provider (github/gitlab/bitbucket)
repo_refNoRepository reference (owner/repo) for remote actions
pull_numberNoPull request number
issue_numberNoIssue number
workspace_idNoWorkspace ID for remote VCS actions
automation_idNoAutomation ID
notification_idNoNotification ID
Behavior1/5

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

Annotations declare readOnlyHint: true and destructiveHint: false, but the description includes many mutating actions (create_issue, update_issue, merge_pull, etc.), creating a direct contradiction. Beyond that, the description does not disclose any behavioral traits such as authentication needs, rate limits, or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is overly long due to an exhaustive list of actions, which could be condensed or grouped. It starts with a clear purpose statement, but the bulk is a repetitive list that adds little value. It is not concise.

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

Completeness1/5

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

For a tool with 24 parameters and many sub-actions, the description is severely lacking. It does not explain what each action does, when to use them, or what the return values are. The annotations contradict, and no output schema exists. The description is inadequate for effective tool selection.

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 baseline is 3. The description does not add any additional meaning to parameters beyond what the schema already provides; it merely lists action names. The schema's parameter descriptions are minimal but present.

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 states 'Git version control and remote repo operations' and lists specific actions, clearly indicating the tool's broad scope. It distinguishes from sibling tools by focusing on VCS operations, though it doesn't explicitly differentiate from potentially overlapping tools like 'execute_operation'.

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?

The description provides no guidance on when to use this tool versus alternatives. It simply lists actions without any context on prerequisites, limitations, or when to prefer other tools. No 'when not to use' or alternative tool references are provided.

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/contextstream/mcp-server'

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