askill
context7-query-docs

context7-query-docsSafety 90Repository

Retrieves and queries up-to-date documentation and code examples from Context7 for any programming library or framework.

10 stars
1.2k downloads
Updated 3/30/2026

Package Files

Loading files...
SKILL.md

Usage

Call the local MCP bridge shell wrapper:

core/bin/tool-cli request '{"server_id": "context7", "tool_name": "query-docs", "arguments": {}}'

Tool Description

Retrieves and queries up-to-date documentation and code examples from Context7 for any programming library or framework.

You must call 'Resolve Context7 Library ID' tool first to obtain the exact Context7-compatible library ID required to use this tool, UNLESS the user explicitly provides a library ID in the format '/org/project' or '/org/project/version' in their query.

IMPORTANT: Do not call this tool more than 3 times per question. If you cannot find what you need after 3 calls, use the best information you have.

Arguments Schema

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "libraryId": {
      "type": "string",
      "description": "Exact Context7-compatible library ID (e.g., '/mongodb/docs', '/vercel/next.js', '/supabase/supabase', '/vercel/next.js/v14.3.0-canary.87') retrieved from 'resolve-library-id' or directly from user query in the format '/org/project' or '/org/project/version'."
    },
    "query": {
      "type": "string",
      "description": "The question or task you need help with. Be specific and include relevant details. Good: 'How to set up authentication with JWT in Express.js' or 'React useEffect cleanup function examples'. Bad: 'auth' or 'hooks'. The query is sent to the Context7 API for processing. Do not include any sensitive or confidential information such as API keys, passwords, credentials, personal data, or proprietary code in your query."
    }
  },
  "required": [
    "libraryId",
    "query"
  ]
}

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

70/100Analyzed 3/17/2026

Well-structured technical reference for querying Context7 documentation via MCP bridge. Contains clear usage instructions, argument schema, and important caveats (max 3 calls, need library ID first). Missing a "when to use" trigger section and concrete examples. Path depth >4 and specific MCP bridge path suggest internal project usage, but the skill describes a generally applicable documentation query tool. Some safety warnings present.

90
80
65
65
75

Metadata

Licenseunknown
Version-
Updated3/30/2026
PublisherX-School-Academy

Tags

apisecurity