Skip to main content
Glama

List targeted briefs

list_briefs
Read-only

Find brief IDs by listing targeted briefs newest first. Filter by targetAgent, status, or required tags; returns metadata only, with optional limit.

Instructions

List targeted briefs in this store, newest first, to find a brief ID before reading one with get_targeted_brief. Returns brief metadata only, never the rendered Markdown; targetAgent and status filters match exactly, a tag filter requires every listed tag, and all matches are returned unless limit is set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoReturn only briefs carrying every tag listed; tags are slug-matched.
limitNoMaximum briefs to return (1-50). Results are newest-first, so a limit keeps the most recent; unset returns every match.
sinceNoISO 8601 timestamp intended to bound results by creation time; accepted but not applied by the MCP server, which returns all matching briefs.
statusNoReturn only briefs in this lifecycle state: draft, active, or archived.
targetAgentNoReturn only briefs whose targetAgent equals this value exactly.
Behavior5/5

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

Beyond readOnlyHint/destructiveHint annotations, the description discloses key behaviors: 'Returns brief metadata only, never the rendered Markdown', exact matching for targetAgent/status, AND semantics for tag filters, and that all matches are returned unless limit is set. These details are not present in the annotations and help the agent understand output and filter 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?

The description is two sentences that front-load the core purpose and then efficiently list behavioral details. There is no redundancy with the schema; every sentence contributes essential guidance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description clarifies the return type ('brief metadata only, never the rendered Markdown'), ordering, filter semantics, and limit behavior. Combined with the detailed parameter schema and safety annotations, the agent has enough context to select and invoke the tool correctly.

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%, with each parameter already documented in the input schema (e.g., limit 'unset returns every match', since 'accepted but not applied by the MCP server'). The description's filter statements ('match exactly', 'requires every listed tag') mostly reinforce existing schema text without adding new semantics, so the baseline of 3 is appropriate.

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 starts with 'List targeted briefs in this store, newest first'—a specific verb, resource, and scope. It further clarifies the purpose by stating 'to find a brief ID before reading one with get_targeted_brief', distinguishing it from sibling tools like get_targeted_brief or get_brief.

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

Usage Guidelines5/5

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

It explicitly names the intended use case ('to find a brief ID before reading one with get_targeted_brief') and references the alternative tool. This provides clear when-to-use guidance, and the description also explains when a limit would be set to bound results.

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/coldlogicAI/3notch'

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