Skip to main content
Glama
brynj-digital

laravel-forge-readonly-mcp

List Site Certificates

list_certificates
Read-onlyIdempotent

List SSL certificates for a site, including type, status, and expiry date, to monitor certificate expiration and ensure timely renewal.

Instructions

A site's SSL certificates with their type, status and expiry — the read to use for certificate-expiry checks. Requires the site:meta scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYesSite id from list_sites.
sortNoComma-separated fields to sort by; prefix with "-" to reverse (e.g. "-created_at").
cursorNoPagination cursor from a previous response's meta.next_cursor.
filterNoField filters, e.g. {"name": "acme-web"}. Supported fields vary by endpoint.
serverYesServer id the site is on.
includeNoComma-separated relationships to embed (e.g. "tags,latestDeployment").
page_sizeNoItems per page (Forge default 30).
organizationNoOrganisation slug. Optional when the server has a default configured.
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds the authorization requirement (site:meta scope), which is valuable. However, it does not discuss pagination, rate limits, or data format beyond what the schema provides, so the added transparency is limited.

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 immediately communicates the tool's purpose and key details. Every word contributes meaning, with no fluff or repetition.

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?

Given the 8 parameters, full schema descriptions, and annotations, the description adequately covers the core purpose. However, the lack of output schema and brief description means the agent must infer response format from the schema fields alone. Still, for a listing tool, this is sufficient.

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 coverage is 100%, so the baseline is 3. The description does not provide additional meaning for parameters beyond the schema. The mention of 'type, status and expiry' relates to the output, not input parameters, so no extra value.

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 explicitly states the tool lists a site's SSL certificates with type, status, and expiry, and identifies it as the read to use for certificate-expiry checks. This clearly distinguishes it from sibling tools like list_sites or list_domains.

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 gives clear guidance: it is 'the read to use for certificate-expiry checks' and mentions the required scope ('site:meta'). While it doesn't explicitly list when not to use it or alternatives, the context is sufficient for an agent to decide.

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/brynj-digital/laravel-forge-readonly-mcp'

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