Skip to main content
Glama

List labels

list_labels
Read-only

Retrieve all available labels for tagging posts and media. Filter by post or media type to get specific tags for your publishing workflow.

Instructions

List all labels available for tagging posts and media. Use this when the user wants their post labels/tags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFilter by label type: "post" or "media". Returns all if omitted.
Install Server

TDQS

A4/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds that the tool lists all labels available for posts and media, but does not add deeper behavioral details such as pagination, ordering, or response shape.

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 concise sentences with no fluff. The core purpose is front-loaded, and the usage guidance is brief but useful.

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 simple read-only list tool with one optional, fully documented parameter and readOnly annotations, the description is largely sufficient. It lacks an explicit statement of return value shape, but the phrase 'list all labels' implicitly conveys the expected result.

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?

The input schema fully documents the only parameter, 'type,' including its enum values and the note that omitting it returns all labels. The description does not add parameter-specific meaning beyond the schema, so the baseline of 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 clearly states a specific verb and resource: 'List all labels available for tagging posts and media.' It also gives a concrete user-intent cue, 'Use this when the user wants their post labels/tags,' which helps distinguish this from sibling list_* tools like list_schedules or list_channels.

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 provides a clear usage cue: use it when the user wants their post labels/tags. However, it does not explicitly mention alternatives or when not to use it, though no direct alternative for listing labels exists among the siblings.

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

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/azeemkafridi/bulkpublish-api'

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