Skip to main content
Glama

List site PCP services

list_site_pcp_services
Read-only

List PCP services added to a site. Requires an active Privacy & Cookie Policy on the site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoType of services to return
langNoLanguage code
pageNoPage number (default: 1)
sizeNoPage size (default: 20, max: 100)
site_idYesSite ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, covering the read-only safety profile. The description adds the useful behavioral prerequisite of an active Privacy & Cookie Policy, but does not disclose error behavior or response shape.

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, front-loaded sentence that states the action, scope, and an important prerequisite without any filler. Every part earns its place.

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 schema and annotations cover parameters and read-only behavior, but the description omits guidance on sibling tool selection, expected return shape, and behavior when the required policy is absent. It is adequate for a simple list operation but has clear gaps.

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 all five parameters are documented in the schema. The tool description itself adds no additional meaning about the parameters, matching the baseline expectation when the schema carries the information.

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 clearly states the action (List), the resource (PCP services), and the scope (added to a site). It implicitly distinguishes from the sibling list_pcp_services by focusing on site-scoped services, though it does not explicitly name that alternative.

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

Usage Guidelines3/5

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

The description provides a clear precondition: an active Privacy & Cookie Policy is required. However, it does not explain when to use this tool versus the closely related list_pcp_services sibling, leaving some selection guidance to inference.

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.

Resources