Skip to main content
Glama

List spec sections

section_list
Read-only

Enumerate WebAssembly spec clauses for navigation across core, js-api, and web-api specs. Filter by path, anchor prefix, depth, and titled-only.

Instructions

Enumerate spec clauses for navigation, across core / js-api / web-api (set spec). Filter by source path (core: intro, syntax, valid, exec, binary, text, appendix, or sub-paths like syntax/types), anchor_prefix, titled_only, and max_level. Returns lightweight rows {id, anchors, title, level, path, url}; follow up with section_get.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoFilter to a source path / prefix. Top-level areas: `intro`, `syntax` (structure), `valid` (validation), `exec` (execution), `binary`, `text`, `appendix`. Sub-paths like `syntax/types` also work.
specNoWhich WebAssembly spec to query: `core` (default; instructions, types, validation, execution, formats), `js-api` (JavaScript embedding), or `web-api` (Web platform integration).core
versionNoWebAssembly spec version to query. `latest` (default) is the current served version; `main` is the upstream working draft.latest
max_levelNoCap heading depth (1 = page titles only). Anchor-only blocks are unaffected.
titled_onlyNoDrop anchor-only content blocks (keep only clauses with a heading).
anchor_prefixNoFilter to clauses whose id/anchor starts with this prefix, e.g. `syntax-`, `valid-`, `exec-`.
Behavior4/5

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

Annotations already declare readOnlyHint=true. Description adds that it returns lightweight rows for navigation, which is consistent. It does not contradict annotations. The description adds context about the return structure and filtering, but does not mention rate limits or auth requirements.

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?

Two sentences that immediately convey the core action and key parameters. No wasted words. The structure is front-loaded with the main purpose.

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

Completeness5/5

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

Given 6 parameters with full schema coverage, no output schema, the description provides a complete picture: what it does, key filters, and the return structure. It also suggests a follow-up tool, which enhances completeness.

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

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with parameter descriptions. The description adds value by listing specific values for path and spec, and summarizing the filter parameters. This goes beyond the schema's individual descriptions.

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?

Clearly states it enumerates spec clauses for navigation, specifying the spec parameter and filters. Distinguishes from sibling tools like section_get (which retrieves a single section) and instruction_list. The verb 'enumerate' plus 'for navigation' gives a specific purpose.

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?

Explicitly mentions the spec parameter and suggests follow-up with section_get. Provides a clear usage context for navigation. Does not explicitly state when not to use, but the follow-up suggestion implies appropriate use.

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/xyzzylabs/wasm-mcp'

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