Skip to main content
Glama

List sites

forge_list_sites
Read-only

List sites hosted on a server. Forge v2: GET /orgs/{organization}/servers/{server}/sites.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFilter by site name (maps to filter[name]).
serverYesServer id.
page_sizeNoResults per page (maps to page[size]).
page_cursorNoPagination cursor (maps to page[cursor]).
organizationYesOrganization id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description's mention of 'GET' is consistent but adds no additional behavioral context. It does not discuss pagination, rate limits, or authentication beyond what is implied.

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 two sentences, front-loading the purpose and then providing the endpoint. Every sentence adds value with no redundancy.

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?

For a list tool with five parameters and no output schema, the description plus schema provide sufficient clarity to use it. Could be slightly enhanced by mentioning the return format (list of sites), but the purpose is straightforward.

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 100%, so the schema already documents all parameters. The description adds no extra meaning beyond confirming the endpoint path, which is already implied by the schema.

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 'List sites hosted on a server' and provides the exact API endpoint, specifying the verb (list) and resource (sites) with context. It distinguishes from the sibling tool forge_get_site (which retrieves a single site) by using 'list' vs 'get'.

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 includes the API endpoint, implying the required path parameters (organization and server), and the 'list' verb contrasts with sibling tools like forge_get_site. However, it lacks explicit guidance on when to use this tool over alternatives or any exclusions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.