Skip to main content
Glama
loaditoutadmin

loaditout-mcp-server

Official

recommend_skills

Discover relevant tools for your project. Describe your project to get five skill recommendations, useful for starting new projects or expanding your toolset.

Instructions

Get personalized skill recommendations based on a project description. Returns a JSON array of 5 suggested skills ranked by relevance, each with slug, name, description, quality_score, stars, tags, and install_command. Use this when starting a new project to discover relevant tools, or when you need capabilities beyond your current toolset. Do not use this for searching by keyword (use search_skills instead). Requires a descriptive context string for accurate recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextYesA description of what you are building or working on. Be specific about technologies, frameworks, and goals. Examples: 'building a Next.js app with Supabase and Stripe', 'setting up CI/CD for a Python monorepo', 'automating browser testing for an e-commerce site'. Longer, more specific descriptions produce better recommendations.
installedNoComma-separated list of skill slugs already installed, to exclude from recommendations. Format: 'owner1/repo1,owner2/repo2'. Example: 'supabase/mcp,microsoft/playwright-mcp'. Omit if no skills are installed yet.
Behavior5/5

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

With no annotations, the description fully covers behavior: it returns 5 ranked skills with specific fields. It implies a read-only operation ('Get') and no side effects. The description adds clarity about the recommendation logic (context-based, excluding installed skills) beyond what the schema provides.

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?

Three sentences that are front-loaded: first sentence states the primary action and output, second gives usage guidance, third provides exclusions and requirements. No wasted words; every sentence earns its place.

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?

Despite no output schema, the description details the exact output structure. It covers purpose, usage, exclusions, and parameter descriptions. Combined with high schema coverage, the tool is fully specified for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, with both parameters well-described. The description reinforces the context parameter's importance and explains the purpose of the installed parameter (to exclude already installed skills). This adds value beyond the schema by linking parameters to usage intent.

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's function: 'Get personalized skill recommendations based on a project description.' It specifies the output format (JSON array of 5 skills) and explicitly distinguishes from the sibling tool search_skills, eliminating ambiguity.

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 when-to-use scenarios ('when starting a new project to discover relevant tools, or when you need capabilities beyond your current toolset') and when-not-to-use ('Do not use this for searching by keyword'), along with a direct alternative (search_skills). Also notes the requirement for a descriptive context string.

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