Skip to main content
Glama
sandervanscheepen

silverstripe-mcp

List SS6 Sections

list-sections

Lists available Silverstripe 6 changelog sections so you can discover documentation before fetching.

Instructions

Lists available Silverstripe 6 changelog sections. Use this to discover what documentation is available before fetching with get-documentation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description must carry behavioral disclosure. It adds workflow context (use before fetching) but does not describe the return format, authentication needs, or any side effects. Since 'list' implies a read-only operation, this is minimally adequate but lacks depth.

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 two sentences are efficient: the first states the action, the second provides usage guidance. No redundant or filler content.

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?

The description covers the core purpose and usage workflow for a zero-parameter list operation. It does not explicitly state the output format, but the verb 'lists' implies the return of available sections, which is sufficient for such a simple tool.

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?

The tool has zero parameters, so the schema is trivially covered at 100%. The description correctly avoids adding parameter details because none exist, achieving the baseline for no-parameter tools.

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 the specific verb 'Lists' with a concrete resource ('Silverstripe 6 changelog sections'), and then distinguishes the tool from sibling get-documentation by framing it as a discovery step. This clearly differentiates it from search-changelog and ss-validator.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The second sentence explicitly instructs when to use the tool: 'Use this to discover what documentation is available before fetching with get-documentation.' It names the sibling tool as the next step, providing clear usage context, though it doesn't formally state exclusions.

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/sandervanscheepen/silverstripe-mcp'

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