Skip to main content
Glama

list_symbols

Get the real public API (functions, classes, methods + signatures) of a Python package. Filter by version or name substring to verify the correct API without guessing.

Instructions

List the REAL public API (functions/classes/methods + signatures) of a package.

Use this to discover the correct API instead of guessing — for the installed version, or a specific version (fetched without installing). Optionally filter symbols by a substring of their dotted path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageYes
versionNo
name_filterNo
languageNopython
Behavior4/5

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

Without annotations, the description provides key behavioral context: it lists the real API, fetches for a specified version without installing, and allows optional filtering. It does not mention performance or side effects, but as a read-only operation, the disclosure is adequate.

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 three sentences, each adding distinct value: core purpose, usage context, and optional filtering. It is front-loaded and concise with no wasted words.

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?

Given the tool's complexity (4 parameters, no output schema, no annotations), the description covers the main purpose, usage, and two parameters. Missing the 'language' parameter explanation is a gap, but overall it provides sufficient context for an agent to use the tool effectively.

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 description coverage is 0%, so the description must compensate. It adds meaning for 'version' (fetched without installing) and 'name_filter' (substring of dotted path) but does not explain 'language'. This partial compensation results in a mid-range score.

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 lists the real public API (functions, classes, methods, signatures) of a package, emphasizing it avoids guessing. It distinguishes from sibling tools like check_import, check_upgrade, etc., which perform different actions.

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?

The description instructs to use this tool to discover the correct API instead of guessing, and notes it works for the installed version or a specific version. It does not explicitly exclude use cases or mention alternatives, but the context is clear enough for an agent.

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/appcreationsca/bumpguard-mcp'

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