Skip to main content
Glama
ayushg8

Savage in a Suit MCP Server

by ayushg8

List Pages

list_pages
Read-onlyIdempotent

List every editable page on the site with its key and public path. See all sections including home, method, standard, circle, and more.

Instructions

List every editable page of the site (home, method, standard, circle, savage-hour, founder, faq, winning, events, apparel, podcast, inquire) with its key and public path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds specificity by enumerating exact page keys and stating that output includes key and public path, giving useful behavioral context beyond the annotations. It does not contradict annotations.

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 a single, information-dense sentence. It front-loads the core verb and resource, then lists specific pages and output fields without any fluff. Every word earns its place.

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 the tool's simplicity (no parameters, no output schema), the description is complete. It explicitly states what pages are included and what fields are returned, leaving no ambiguity for the agent. Rich annotations further fill in behavioral context.

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, and the schema is empty (100% coverage). With no parameters to describe, the description adds sufficient context by indicating what the tool returns, so a baseline of 4 is justified.

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 all editable pages of the site, enumerating specific page keys and the return fields (key and public path). This distinguishes it from sibling list tools like list_events or list_products, which target different resources.

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 tool's purpose is self-evident: use it to get an inventory of editable pages. It does not explicitly mention when not to use it or compare to alternatives, but the context provided by sibling tools and the explicit list of pages gives clear context. A 4 is appropriate.

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/ayushg8/sias-mcp-server'

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