Skip to main content
Glama

get_tool

Retrieve comprehensive details for any tool in the SkillsIndex directory by slug, including security score, GitHub stats, install instructions, and scoring breakdown.

Instructions

Get full details for a specific tool by its slug (e.g. "filesystem-mcp-server"). Includes security score, GitHub stats, install instructions, and scoring breakdown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesTool slug (URL-safe identifier, e.g. "filesystem-mcp-server")
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It lists what the tool returns (security score, GitHub stats, install instructions, scoring breakdown), which is useful. However, it does not explicitly state that it is a read-only operation or mention any external dependencies or rate limits. The 'Get' verb implies safety, but the lack of explicit disclosure prevents a higher score.

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 a single, well-structured sentence that immediately states the tool's purpose, provides an example, and lists the returned content. No wasted words.

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?

For a simple tool with one required parameter and no output schema, the description is complete. It explains what the tool does, what the slug is, and what details are included in the response, fully equipping an agent to invoke it correctly.

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%, as the single parameter 'slug' is fully described in the schema. The description repeats the example but adds no new parameter semantics beyond what the schema already provides, so a baseline score of 3 is appropriate.

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 a specific verb ('Get') and resource ('full details for a specific tool by its slug'), with an example. It distinguishes itself from sibling tools like search_tools (searching) and compare_tools (comparing) by focusing on fetching a single tool's comprehensive details.

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?

The description conveys a clear usage context: use when you need full details of a specific tool by its slug. It does not explicitly mention alternatives or when-not-to-use, but the context is clear enough to guide selection among siblings.

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/thomasblc/skillsindex-mcp'

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