Skip to main content
Glama

enable_personal_access_token

Re-enable a previously disabled personal access token to restore super-admin API access in Mediagraph.

Instructions

Super-admin: re-enable a previously disabled PAT

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the resource
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only says 're-enable a previously disabled PAT', which states the basic action but does not disclose any side effects, such as whether the token value changes, whether the token must be actively disabled, or any additional permission checks beyond the super-admin role. It adds no behavioral context beyond what the tool name already implies.

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 a single, concise sentence that packs the essential information: role, action, and object. It is front-loaded and contains no filler. Every word contributes to understanding the tool's purpose.

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?

For a simple state-change tool with one parameter and no output schema, the description covers the who (super-admin), what (re-enable PAT), and condition (previously disabled). It does not mention how to obtain the ID or explicitly state that this is the inverse of disable_personal_access_token, but these are inferable from context. The description is sufficiently complete for the tool's simplicity.

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 schema has one parameter 'id' with a generic description 'ID of the resource'. Schema coverage is 100%, but the description does not add specifics such as 'ID of the PAT'. Since coverage is high, the baseline is 3, and the description does not actively confuse or add value. It lacks a clear statement that 'id' refers to the personal access token ID.

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 clearly states the action: 're-enable a previously disabled PAT', with the explicit scope 'Super-admin'. It identifies both the verb (re-enable) and the resource (PAT), and it is distinct from sibling tools like disable_personal_access_token and delete_personal_access_token, which perform different operations.

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?

The description provides clear context by specifying the required role ('Super-admin') and the condition ('previously disabled'). It implies when to use the tool—when a PAT was disabled and needs reactivation—but does not explicitly mention alternatives or exclusion criteria. Since sibling tools are named similarly, the context is clear enough.

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/mediagraph-io/mediagraph-mcp'

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