Skip to main content
Glama
schwarztim

Rubeus MCP Server

by schwarztim

rubeus_asktgs

Request service tickets (TGS) for specified Service Principal Names (SPNs) using a valid TGT. Supports multiple SPNs, encryption types, and pass-the-ticket.

Instructions

Request Service Tickets (TGS) for specified Service Principal Names (SPNs).

Requires a valid TGT (provided as ticket parameter or from current session). Can request tickets for multiple SPNs in one operation.

Use cases:

  • Access specific services after obtaining TGT

  • Kerberoasting alternative (request specific SPN tickets)

  • S4U2Self/S4U2Proxy prerequisite

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ticketNoBase64 encoded TGT or path to .kirbi file
serviceYesTarget SPN(s), comma-separated for multiple
domainNoTarget domain
dcNoDomain controller IP/hostname
outfileNoOutput file for ticket
pttNoPass-the-ticket to current session
nowrapNoDon't wrap base64 output
enctypeNoPreferred encryption type
opsecNoUse OPSEC-safe options
enterpriseNoEnterprise principal name format
u2uNoUser-to-User authentication
targetuserNoTarget user for U2U
tgsNoProvide TGS for renewal
servicekeyNoService key for decryption
asrepkeyNoAS-REP key for decryption
keylistNoRequest using key list
Behavior2/5

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

No annotations provided, so description must cover all behavioral traits. It only states requirement for valid TGT and ability to request multiple SPNs, but omits details like side effects, authentication requirements, or output format for a 16-parameter tool.

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?

Description is brief, uses bullet points for use cases, and front-loads the main purpose. Every sentence adds value.

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?

Given 16 parameters and no output schema, the description covers core purpose but fails to explain return values or how to interpret results, leaving a gap for complete understanding.

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 has 100% coverage, so parameters are well-documented. Description provides no additional meaning beyond summarizing that service takes comma-separated SPNs, which is already in the schema.

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?

Description states specific verb 'request' and resource 'Service Tickets (TGS)' for specified SPNs. Clearly distinguishes from sibling 'rubeus_asktgt' which handles TGT requests.

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?

Provides explicit use cases (e.g., access services after TGT, kerberoasting alternative, S4U prereq). Lacks explicit when-not-to-use or alternatives, but 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/schwarztim/sec-rubeus-mcp'

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