Skip to main content
Glama
stcmain

whats-inherited-mcp

Skills, commands and subagents the repo ships

agent_extensions

Discover skills, slash commands, subagent definitions, and plugin markers inside .claude/ or .agents/ directories, reporting counts, names, and sizes without exposing contents.

Instructions

Skills, slash commands, subagent definitions and plugin markers shipped inside the checkout's .claude/ or .agents/ directories (root, or one to two levels down — monorepos put them per package). These become available to an agent working in this directory. Counts distinct extensions and the markdown files they carry. Names and sizes only — contents are never returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dirNoAbsolute path to the checkout to inspect. Defaults to WI_DEFAULT_ROOT if set, otherwise the server's working directory.
Behavior4/5

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

With no annotations, the description carries the transparency burden and does well by disclosing key behaviors: it searches root or one/two levels down, counts distinct extensions and markdown files, and explicitly states 'contents are never returned.' It omits details like output format or error behavior, but the essential behavioral facts are present.

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 three sentences with useful scoping details, though the first sentence is long and packs the action verb later in the paragraph ('Counts...'). There is minimal redundancy, but it could be slightly more front-loaded, so it earns a 4 rather than a 5.

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

Completeness4/5

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

Although there is no output schema, the description compensates by stating what is returned (counts, names, and sizes) and where it looks. It does not address edge cases like a missing directory or symlink behavior, but for a simple read-only inspection tool the essential context is covered.

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?

The input schema already fully documents the single optional `dir` parameter with 100% coverage, including its default behavior. The description adds no parameter-specific meaning beyond what the schema provides, so the baseline score of 3 applies.

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 uses a specific action ('Counts distinct extensions and the markdown files they carry') and clearly identifies the resource (`.claude/` or `.agents/` directories). It also distinguishes itself from sibling tools by scoping to skills, slash commands, subagents, and plugin markers, and explicitly states the output limitation ('Names and sizes only').

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?

Provides clear context on when to use the tool: it inspects agent extensions shipped in the checkout and handles monorepo layouts ('one to two levels down'). However, it never explicitly contrasts with sibling tools like instruction_files or declared_mcp_servers, nor states when not to use it.

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/stcmain/whats-inherited-mcp'

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