Skip to main content
Glama
schwarztim

Rubeus MCP Server

by schwarztim

rubeus_renew

Renew a Kerberos TGT to extend its validity. Supports auto-renewal to maintain persistent access without re-authentication.

Instructions

Renew an existing TGT to extend its validity period.

Can optionally auto-renew continuously until the renewable lifetime expires. Useful for maintaining persistent access without re-authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ticketYesBase64 encoded TGT or path to .kirbi file
dcNoDomain controller IP/hostname
outfileNoOutput file for renewed ticket
pttNoPass-the-ticket to current session
nowrapNoDon't wrap base64 output
autorenewNoAutomatically renew ticket periodically
Behavior3/5

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

No annotations are provided, so the description carries full burden. It explains the core behavior (renewal, optional autorenew) but lacks details on prerequisites (e.g., network access to DC), side effects, output format, or error conditions. The mention of 'renewable lifetime' is vague.

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 consists of three short, front-loaded sentences. Every sentence provides value: first states the core action, second adds an optional behavior, third gives usage context. No redundancy or waste.

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?

The tool has 6 parameters but no output schema. The description does not specify what the tool returns (e.g., renewed ticket, success message). It also fails to explain parameter interactions or constraints (e.g., ticket renewal requires domain controller). This is insufficient for a complex tool.

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 coverage is 100%, with all parameters described in the schema. The description adds only the context of 'auto-renew continuously' for the autorenew parameter. Overall, it adds minimal meaning beyond the schema, so baseline 3 is appropriate.

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 tool renews an existing TGT, specifying the verb 'renew' and the resource 'existing TGT'. This distinguishes it from sibling tools like rubeus_asktgt (create new TGT) and rubeus_asktgs (service tickets).

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 mentions it is useful for maintaining persistent access without re-authentication, implying when to use. However, it does not explicitly exclude its use for initial TGT acquisition or provide direct alternatives, only implied context.

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/schwarztim/sec-rubeus-mcp'

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