Skip to main content
Glama
loaditoutadmin

loaditout-mcp-server

Official

validate_action

:

Instructions

Pre-flight safety check before executing an action on a skill. Returns a validation result with safe_to_proceed (boolean), risk_level, security_grade, warnings array, and whether the skill is verified. Checks the skill's security grade, safety manifest, parameter injection patterns, and how recently it was updated. Use this before calling any skill action that could have side effects (writes, deletes, network requests). Do not skip this step for skills with security grade C or F.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesSkill slug in owner/repo format. Examples: 'supabase/mcp', 'microsoft/playwright-mcp'. Must be a valid slug from the registry.
actionYesThe specific action about to be performed on the skill. Examples: 'query_database', 'write_file', 'send_email', 'delete_record'. Use the actual tool/action name the skill provides.
parametersNoThe parameters that will be passed to the action. These are scanned for prompt injection patterns. Pass the exact parameters you intend to use. Omit if the action takes no parameters.
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden. It effectively documents what the tool inspects (security grade, manifest, injection patterns, recency) and the return structure (safe_to_proceed boolean, risk_level, warnings array). Lacks explicit statement on whether the tool itself is read-only, though implied by 'pre-flight check' context.

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?

Five sentences each serving distinct purposes: (1) core definition, (2) return value structure, (3) inspection criteria, (4) usage timing, (5) mandatory conditions. No redundant words or tautologies. Information is front-loaded with the essential purpose in the first sentence.

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 absence of an output schema, the description compensates by enumerating the return fields (safe_to_proceed, risk_level, security_grade, warnings, verified status). The 100% input schema coverage and clear behavioral description provide sufficient context for a safety-validation tool, though it could note rate limits or caching behavior.

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 references the concepts (skill slug, action, parameters) but does not add syntax details, format constraints, or examples beyond what the schema already provides. The schema descriptions are comprehensive enough that additional parameter semantics aren't necessary.

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 a specific verb phrase ('Pre-flight safety check') and clearly identifies the resource (actions on skills). It distinguishes itself from siblings like 'check_permission' by emphasizing comprehensive safety validation including 'security grade, safety manifest, parameter injection patterns' rather than just permission status.

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?

Explicitly states when to use ('before calling any skill action that could have side effects') with concrete examples ('writes, deletes, network requests'). Also provides mandatory exclusion criteria ('Do not skip this step for skills with security grade C or F'), creating clear decision boundaries.

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