Skip to main content
Glama

Socializioz — AI Social Media Manager

List Workspace Assets

invoke_list_workspace_assets
Read-onlyIdempotent

Lists workspace assets with pagination and an optional type filter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoimage|video|document
limitNoPage size; default 25.
offsetNoZero-based offset; use next_offset.
workspace_idNoRequired when multiple workspaces exist.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already cover the safety profile: readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds pagination and filtering behavior, which is useful, but it does not disclose details like default page size or how to use next_offset beyond what the schema already states.

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 a single, well-structured sentence with zero fluff. It leads with the main action and resource, then layers on the two use qualifiers without wasting words.

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 operation with strongly worded annotations and full schema coverage, this is mostly complete. The only gap is that with no output schema, the description does not explicitly state the response shape beyond implying a paginated list.

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 input schema already documents all four parameters. The description adds a high-level summary of pagination and type filtering but does not add new parameter-level meaning beyond the schema.

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 states a specific verb ('Lists'), a specific resource ('workspace assets'), and key capabilities ('pagination', 'optional type filter'). This clearly distinguishes it from sibling tools such as get_asset and attach_assets_to_post.

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?

The description implies the tool is used when you need to enumerate workspace assets and optionally filter by type, but it does not explicitly state when to prefer it over alternatives or exclude cases such as retrieving a single asset. No alternative sibling route is given.

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.

Resources