Skip to main content
Glama

Asset Inventory List

inventory_list
Read-onlyIdempotent

Retrieve a filtered, paginated list of cloud and AI inventory assets, excluding findings, with facets and cursors for precise navigation.

Instructions

Return a filtered, paginated page of inventory asset rows.

    Every filter and the exact whole-query total is evaluated natively by
    the graph store. Facets are self-excluding and never derived from the
    displayed page. Page deep with ``pagination.next_cursor``. Findings
    never appear in the list.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoComma-separated asset entity types to include, e.g. 'agent,cloud_resource'. Finding types are rejected.
limitNoMaximum asset rows to return (1-200).
cursorNoOpaque keyset cursor from a previous page's pagination.next_cursor.
offsetNoPagination offset for non-cursor paging.
searchNoFree-text search over asset name / label / attributes.
sourceNoFilter by data-source / provenance facet.
scan_idNoOptional graph scan ID. Omit to use the latest snapshot.
providerNoFilter by provider facet, e.g. 'aws', 'snowflake'.
severityNoFilter by the asset's highest directly linked finding severity.
tenant_idNoTenant scope for the snapshot. Defaults to 'default'.default
environmentNoFilter by environment facet, e.g. 'production'.
min_severityNoMinimum severity floor for included assets: critical / high / medium / low.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. Changed1 schema field changed
    • addedInput schema / properties / severity
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Filter by the asset's highest directly linked finding severity.",
      +  "title": "Severity"
      +}
  2. Addedv0.96.2

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already mark the tool read-only and idempotent, and the description adds substantial context beyond those flags: every filter and the exact whole-query total are evaluated natively by the graph store, facets are self-excluding and not derived from the displayed page, and findings are excluded. This meaningfully informs how an agent should reason about the call.

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?

Four short sentences, each carrying distinct information: core operation, execution semantics, pagination behavior, and content exclusion. There is no filler and no repetition of schema defaults.

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 tool with 12 optional parameters, rich schema documentation, and an output schema, the description covers the behavioral aspects that appear nowhere else. It does not mention sibling routing, but that is more a usage-guideline gap than a completeness gap for invoking this tool correctly.

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?

Schema coverage is 100%, so the baseline is 3. The description does not explain individual parameters, but it adds global filter semantics—native evaluation, self-excluding facets, and non-page-derived totals—that are absent from the schema and affect how filters should be combined.

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?

Opens with a specific verb+resource: 'Return a filtered, paginated page of inventory asset rows.' The phrase 'page of rows' distinguishes it from singular inventory_asset and aggregate inventory_summary, and 'Findings never appear in the list' carves out a clear boundary from finding-focused siblings.

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 list-and-paginate use case and gives a useful exclusion ('Findings never appear'), but it does not name alternatives or state when to prefer inventory_asset or inventory_summary. No explicit when-to-use/when-not-to-use guidance is provided.

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/msaad00/agent-bom'

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