Skip to main content
Glama

github_token_save

Idempotent

Store a GitHub personal access token in Git's credential helper and create a RunBeacon profile reference, keeping sensitive tokens out of job logs and conversation.

Instructions

Store a GitHub personal access token in the configured Git credential helper and create a safe RunBeacon profile reference. Prefer tokenEnvVar so the token never appears in conversation; use token only when the user explicitly provides it. The token is never written to RunBeacon profiles, jobs, dashboard state, or logs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesReusable GitHub credential profile name.
hostNogithub.com
tokenNoExplicit memory-only token input. Use only when the user deliberately supplies a PAT in this conversation.
usernameYesGitHub account name associated with the token.
makeDefaultNoMake this PAT profile the default GitHub credential after saving.
tokenEnvVarNoPreferred: read the token from this MCP server environment variable.
Behavior4/5

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

The description adds a crucial safety guarantee: 'The token is never written to RunBeacon profiles, jobs, dashboard state, or logs.' This goes beyond the annotations' idempotent and non-destructive hints by explaining where the token is and is not stored, enhancing trust and predictability.

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?

Three concise sentences with no filler: the first states the core action, the second gives parameter preference, and the third states a safety guarantee. Front-loaded and easy to scan.

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?

The description covers purpose, parameter selection, and storage safety. Although there is no output schema or explicit return-value explanation, this is acceptable for a save operation. A note on success/failure response would improve completeness, but the core context is well covered.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 83%, and the description adds valuable decision guidance by prioritizing tokenEnvVar over token, explaining the security rationale. This helps the agent choose the correct parameter beyond the schema's per-field descriptions.

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 opens with 'Store a GitHub personal access token in the configured Git credential helper and create a safe RunBeacon profile reference,' using a specific verb, resource, and outcome. This clearly differentiates it from sibling tools like github_token_delete and credential_profile_save.

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?

It explicitly instructs to 'Prefer tokenEnvVar so the token never appears in conversation; use token only when the user explicitly provides it,' providing clear parameter-level guidance. It does not name alternative tools, but the preference is actionable and sufficient for most scenarios.

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/Liyuchen0118/RunBeacon'

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