Skip to main content
Glama
oneguard-sa

oneguard-mcp

Official
by oneguard-sa

List team members

oneguard_teams_list
Read-only

List organization members with their roles and 8-character ID prefixes for use with other team tools.

Instructions

Lists the members of the organization with their roles and the 8-character id prefix other team tools accept.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A4/5.0
Behavior3/5

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

Annotations already carry the safety profile (readOnlyHint=true, openWorldHint=true), so the bar is lower. The description adds useful context about output scope — organization members with roles and id prefixes — but does not disclose response format, ordering, or pagination behavior.

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?

A single ~20-word sentence that front-loads the verb and resource, states the scope, and captures the most decision-relevant output detail (the id prefix) with zero filler. Every word 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?

For a zero-parameter read tool with no output schema, this is nearly complete: it states what is returned (roles and id prefixes) and implies the cross-tool use case. The only gap is the absence of any note on response format, but nothing an agent needs to invoke the tool correctly is missing.

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, so the baseline of 4 applies; the description has nothing to compensate for. The mention of the 8-character id prefix is helpful for parameterizing sibling team tools, and it tells agents what identifier format to expect, though it concerns other tools' inputs rather than this one's.

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 uses a specific verb ('Lists') and resource ('the members of the organization') and goes beyond the title by specifying the exact output payload: roles and the 8-character id prefix. This clearly differentiates it from the mutating team siblings (invite, set_role, remove) and from the vault/secrets list tools.

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?

No explicit when-to-use or when-not-to-use guidance is given, and no alternative tool is named. Usage context is implied through the phrase 'the 8-character id prefix other team tools accept,' which signals this tool is the identifier source for the team mutation tools, but the connection is left to inference.

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