Skip to main content
Glama
Cesar514
by Cesar514

skeleton

Inspect a file's API surface by retrieving function signatures, class methods, and type definitions without reading the full body. Get names, parameters, return types, and line ranges quickly.

Instructions

Get detailed function signatures, class methods, and type definitions of a specific file WITHOUT reading the full body. Shows the API surface: function names, parameters, return types, and line ranges. Perfect for understanding how to use code without loading it all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYesPath to the file to inspect (relative to project root).
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the tool does NOT read the full body, and it specifies the exact output elements (function names, parameters, return types, line ranges). This is transparent about its behavior, though it doesn't mention error handling or behavior on non-code files.

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 two sentences, front-loaded with the main action and outcome. No filler words; every sentence adds value.

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?

For a simple tool with one parameter and no output schema, the description adequately explains the return content (function signatures, methods, types, line ranges) and the key constraint (not reading full body). It lacks details about edge cases, but for the tool's simplicity, it's nearly complete.

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 single parameter 'file_path' is fully described in the schema (100% coverage), so the description doesn't add much parameter-specific meaning. It simply refers to 'specific file' which is redundant with the schema. Baseline of 3 is appropriate given schema completeness.

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 the tool's function: extracting function signatures, class methods, and type definitions from a file without reading the full body. It distinguishes itself from siblings like 'symbol' and 'outline' by emphasizing the API surface focus and the explicit avoidance of loading full file contents.

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?

It provides a clear use case: 'Perfect for understanding how to use code without loading it all.' However, it does not explicitly mention alternatives or situations where another tool would be more appropriate, so it misses the 'when-not' guidance.

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/Cesar514/scplus-mcp'

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