Skip to main content
Glama
loaditoutadmin

loaditout-mcp-server

Official

check_capability_gap

:

Instructions

Analyze a task the agent cannot complete and suggest skills that would fill the gap. Returns a JSON array of 5 recommended skills ranked by relevance to the task, each with slug, name, description, quality_score, and install_command. Use this when you encounter a task that requires capabilities you do not have (e.g., database access, browser automation, file conversion). Do not use this for general browsing (use list_categories instead) or when you already know what skill you need (use search_skills instead).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYesA specific description of the task you cannot complete. Examples: 'query a PostgreSQL database to check user records', 'take a screenshot of a webpage and analyze the layout', 'deploy a Docker container to AWS ECS'. Be specific about the action and target.
current_toolsYesList of tool names or skill slugs the agent currently has access to. This helps avoid recommending tools you already have. Pass an empty array [] if no tools are installed. Examples: ['supabase/mcp', 'microsoft/playwright-mcp'].
agent_typeYesThe agent platform you are running on. Ensures recommended skills are compatible with your platform.
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses the return format (JSON array of 5 skills with specific fields: slug, name, description, quality_score, install_command). However, it doesn't explicitly state whether this is a safe/read-only operation versus the sibling install_* tools, though implied by 'suggest'.

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?

Perfectly structured and front-loaded: purpose statement, return value specification, positive usage condition with examples, and negative usage condition with alternatives. Four sentences with zero redundancy—every clause provides actionable information for tool selection.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Comprehensive for a recommendation tool with no output schema. Compensates for missing structured output by detailing the return format (5 ranked skills with specific fields). Sibling differentiation is explicit, and parameter documentation is complete via schema. No gaps given the tool's complexity.

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 description coverage is 100% with detailed descriptions and examples for all three parameters (task, current_tools, agent_type). The description text focuses on purpose and usage rather than repeating parameter semantics, which is appropriate when the schema is self-documenting. Baseline 3 for high schema coverage.

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 provides specific verb-resource combinations ('analyze a task', 'suggest skills') and clearly defines the scope (filling capability gaps). It distinguishes from siblings by contrasting with 'general browsing' and 'when you already know what skill you need'.

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?

Explicit when-to-use ('when you encounter a task that requires capabilities you do not have') with concrete examples (database access, browser automation). Explicit when-not-to-use naming specific alternatives ('use list_categories instead', 'use search_skills instead'), creating clear decision boundaries between sibling tools.

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