Skip to main content
Glama

get_framework_skill

Retrieve engineering guidelines, rules, and best practices for a given framework or technology. Optionally provide a relative path to a specific rule file.

Instructions

Fetches specific engineering guidelines, rules, and best practices for a given framework/technology.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoOptional relative path to a specific rule or markdown file within the skill (e.g., 'rules/async-parallel.md' or 'file-conventions.md')
technologyYesThe name of the framework or skill folder (e.g., vercel-react-best-practices, next-best-practices)
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. The description only states the basic fetch action and does not mention that the operation is read-only, idempotent, or any side effects. It lacks information about error handling, authentication needs, or what happens if the technology is not found.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, clear sentence that gets to the point. It is concise and front-loaded, but could include additional brief details without being overly verbose.

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

Completeness2/5

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

Given the absence of annotations and output schema, the description is too brief. It does not explain what the output looks like, how to use parameters effectively, or any contextual behavior. For a tool with two parameters, more guidance is needed for 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 coverage is 100%, so the baseline is 3. The description adds minimal extra meaning beyond the schema, such as mentioning 'specific rule or markdown file' for the path parameter, but this is already present in the schema description.

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 clearly states the verb 'Fetches' and resource 'engineering guidelines, rules, and best practices' for a specific framework/technology. It also implicitly distinguishes from the sibling tool 'list_skills' by focusing on a single skill's content.

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

Usage Guidelines3/5

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

The description implies this tool is for retrieving details of a specific skill, contrasting with 'list_skills' which would list available skills. However, it does not explicitly state when to use this tool instead of alternatives or provide any usage exclusions.

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/vaibhavgupta5/SkillRoute-MCP'

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