Skip to main content
Glama

List secret groups

northflank_list_secret_groups
Read-only

List a project's secret groups — METADATA ONLY (id, name, type, priority, restrictions). Does NOT return secret values. GET /v1/projects/{projectId}/secrets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number to access.
cursorNoCursor from a previous page's pagination.cursor to fetch the next page.
per_pageNoResults per page (max 100).
projectIdYesProject id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already convey readOnlyHint=true, and the description reinforces and expands on this by specifying metadata-only fields and excluding secret values. It also supplies the endpoint, giving the agent expected behavior without contradicting 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 two sentences, front-loads the core purpose and key limitation, and includes the endpoint without unnecessary verbiage. Every phrase earns its place.

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?

With no output schema, the field list and no-values warning give the agent a concrete model of the response. Pagination shape is left implicit, but the schema documents the pagination parameters, so the description is largely complete for invocation.

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 parameters are already fully documented. The description adds little parameter-level detail beyond identifying projectId in the endpoint; baseline 3 applies.

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 opens with a specific verb-resource pair ('List a project's secret groups'), then sharpens scope with 'METADATA ONLY' and names the returned fields. It also disambiguates from any secret-value tool by stating 'Does NOT return secret values.'

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?

It clearly frames when to use the tool: to retrieve project secret-group metadata. The explicit warning that it does not return secret values tells an agent this is not the tool when values are needed, though no alternative tool is named.

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.