Skip to main content
Glama
loaditoutadmin

loaditout-mcp-server

Official

request_permission

:

Instructions

Request explicit permission from the human owner before installing a skill. Returns a JSON object with request_id (number) and status ('pending'). Use this for skills with security grade C or F, high risk_level, or when the skill requires sensitive permissions (filesystem, network, credentials). Check the request status later with check_permission. Do not use this for A-graded skills unless the user has requested manual approval for all installs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesSkill slug in owner/repo format
reasonYesWhy the agent wants this skill. Example: 'I need database access to complete the migration task'
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the return format ('JSON object with request_id and status pending') since no output schema exists, and explains the asynchronous workflow ('Check the request status later'). It lacks explicit mention of error states or timeouts, preventing a 5.

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 front-loaded with purpose, followed by return values, usage criteria, workflow guidance, and exclusions. Every sentence provides distinct value with no redundancy or filler.

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?

Given the lack of annotations and output schema, the description adequately compensates by explaining return values and the human-in-the-loop workflow. It covers security grading logic and permission types. Minor gap regarding error handling or denial scenarios prevents a 5.

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%, establishing a baseline of 3. The description does not add significant semantic meaning beyond the schema definitions (e.g., it doesn't explain the owner/repo format syntax or provide additional context for the reason field beyond the schema's example). It meets but does not exceed the baseline.

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 the specific action ('Request explicit permission') and resource ('from the human owner') in the context of 'before installing a skill.' It clearly distinguishes itself from siblings by explicitly naming check_permission for status checks and contrasting with direct installation workflows.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit positive criteria ('Use this for skills with security grade C or F, high risk_level...') and negative constraints ('Do not use this for A-graded skills unless...'). It explicitly names the sibling tool check_permission as the alternative for checking request status later.

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/loaditoutadmin/loaditout-mcp-server'

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