Skip to main content
Glama

pull_git_updates

Fetch remote Git changes for the medical knowledge base or MCP server, then automatically refresh the knowledge map so new content is immediately available.

Instructions

Pull latest changes from Git remote for knowledge base and/or MCP server. Automatically refreshes knowledge map after pulling knowledge base.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNoWhich repository to pull (default: both)both
autoRefreshNoAuto-refresh knowledge base after pulling knowledge-base repo (default: true)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations present, the description carries the full behavioral disclosure burden. It does disclose one important side effect: pulling the knowledge-base repo automatically refreshes the knowledge map. However, it does not mention other behavior an agent should know, such as whether local changes may be overwritten, how merge conflicts are handled, or whether network or authentication failures are possible.

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?

The description is two concise sentences with no filler. It front-loads the main action and resource, then adds the most important behavioral nuance in the second sentence. Every word contributes.

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 simple tool with two optional parameters and no output schema, the description covers the core action and the auto-refresh side effect. However, it omits any mention of return/result format and gives no guidance for choosing among the closely related sibling tools, leaving some ambiguity for an agent.

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?

The input schema covers both parameters fully: repo has an enum with defaults, and autoRefresh has a default and description. Schema description coverage is 100%, so the description does not need to add much. The tool description only restates the autoRefresh concept ('Automatically refreshes knowledge map') without adding any new parameter-level meaning.

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 names a specific verb and resource: 'Pull latest changes from Git remote for knowledge base and/or MCP server.' It also includes the notable side effect of refreshing the knowledge map, which adds specificity. It does not explicitly distinguish itself from the sibling sync_repositories, but the 'pull' framing and repo scoping make the purpose reasonably clear.

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 explicit guidance is given about when to use this tool versus alternatives such as sync_repositories, check_git_status, or refresh_knowledge_base. The phrase 'Pull latest changes' implies a use case, but the description never states when-not-to-use this tool or which sibling would be better for status checks or standalone refreshes.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Nathan-Nguyen-Tech/medical-knowledge-mcp'

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