Skip to main content
Glama

Get Member Cards

get_member_cards

Find all cards assigned to a member by ID or username, with optional filters for open, closed, or visible cards.

Instructions

Get all cards assigned to a member. Use 'me' for the authenticated user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoFilter cards (default: visible)
memberIdYesThe ID or username of the member (use 'me' for yourself)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.2.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only restates the action and gives a parameter hint; it does not mention read-only behavior, default filter behavior, pagination, or what the response contains.

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?

Two sentences, no filler. The core action is front-loaded and the 'me' usage note is a valuable, compact addition.

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?

Adequate for a simple list-like read tool, but with no output schema and no annotations, the description could usefully state the return shape or default filter behavior. It does not, leaving some ambiguity about what 'all cards' means in practice.

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 both memberId and filter. The description reinforces the 'me' special value, which is already in the schema, adding no meaningful new semantic information.

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?

States a specific verb ('Get'), a precise resource ('all cards assigned to a member'), and the member scope. This distinguishes it from sibling tools like get_board_cards or get_card without needing to open schemas.

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

Usage Guidelines2/5

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

No guidance is given on when to choose this tool over alternatives such as get_board_cards or get_member_boards. The only usage hint ('Use me for the authenticated user') addresses parameter values, not tool selection.

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

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/GabrielRamirez/trello-mcp'

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