skill_server_info
Retrieve server overview details including transport mode and skills directory to display contextual information for users in the client interface.
Instructions
function_purpose: Return server-level documentation including purpose and usage.
Description:
Provides an overview of the ClaudeSkills MCP Server, its transport mode, and where skills are loaded from.
Useful for clients to show contextual info and help users understand capabilities and configuration.
Returns:
name: str Server name
description: str High-level description of server purpose and capabilities
skills_dir: str Absolute path to the skills directory in use
transport: str Transport used by the server (e.g., "stdio")
Usage:
Call this tool once when connecting, then cache/show details in the client UI or logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||