Skip to main content
Glama

Open

open
Read-onlyIdempotent

Retrieve a symbol's signature, documentation, examples, and tests to prepare for coding. Returns ok=false and SYMBOL_NOT_FOUND if the symbol is missing.

Instructions

L2 symbol page: signature, doc, examples, tests (inject before coding).

Miss → ok=false / SYMBOL_NOT_FOUND. Empty examples are honest zeros.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refYes
include_sourceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.6.1

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior, so the bar is lower. The description adds valuable context beyond annotations: miss responses return ok=false/SYMBOL_NOT_FOUND, and empty examples are meaningful rather than missing data. No contradiction with annotations exists.

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 extremely compact: two sentences that front-load the core purpose and timing, then add failure and edge-case semantics. Every sentence earns its place with no filler or redundant restatement of the title.

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

Completeness3/5

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

The description provides the core purpose, timing, failure behavior, and empty-example semantics, while annotations and output schema cover safety and return shape. However, the undocumented parameters remain a notable gap: the agent is left guessing what format ref should take and what include_source controls.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/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 for the lack of parameter documentation, but it does not. The meaning of 'ref' is only loosely implied by 'L2 symbol page', and 'include_source' is completely unexplained.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the tool as opening an 'L2 symbol page' with signature, doc, examples, and tests, which is much more specific than the generic title 'Open'. It still lacks an explicit verb and does not differentiate from siblings like info or outline, but the resource and contents are clearly stated.

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 gives a concrete use context with 'inject before coding', telling the agent when to invoke it. It also documents the miss behavior, but it does not state when not to use this tool or explicitly compare it to sibling tools such as search or outline.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/MolCrafts/molmcp'

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