Skip to main content
Glama
siffletdata

sifflet-mcp

Official
by siffletdata

search_asset

Search data assets (tables, dashboards, pipelines, ML models) by type, health status, owner, tag, or text. Retrieve paginated results to identify relevant assets for observability.

Instructions

    Search assets, tables, dashboards, pipelines.
    asset_type can be one of the following: TABLE_AND_VIEW, PIPELINE, DASHBOARD, ML_MODEL
    health_status can be one of the following: URGENT_INCIDENTS, HIGH_RISK_INCIDENTS, NO_INCIDENTS, NOT_MONITORED, UNSUPPORTED
    owners is a list of owners emails associated with the asset
    tags is a list of tags associated with the asset
    text_search is a string to search in the asset name or description
    items_per_page is the number of items to return per page
    page is the page number to return. Pages start at 0.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes
tagsYes
asset_typeYes
text_searchYes
owners_emailYes
health_statusYes
items_per_pageYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explains parameter values but does not describe how filters combine, the response format, or any side effects. It only hints at behavior via parameter semantics (e.g., text_search targets name/description, page starts at 0), leaving significant behavioral aspects undisclosed.

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 compact, front-loaded bullet list. It begins with the purpose and then lists each parameter concisely without repetition or unnecessary prose. Every line adds value.

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?

The description fully covers parameters but lacks information about the response structure (no output schema), filter combination logic, or sorting. With 7 required parameters and no output schema, the agent is not fully informed about what the tool returns or how to interpret results.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds rich meaning for all 7 parameters: enumerated values for asset_type and health_status, owners as emails, tags as a list, text_search scope, items_per_page meaning, and page base. The input schema has no descriptions, so this is the sole source of parameter semantics and is highly comprehensive.

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 the verb 'Search' and the resource types (assets, tables, dashboards, pipelines). This distinguishes it from sibling tools like search_incidents and asset_by_urn, which target different resources or operations.

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 this tool is for searching assets and related entities, but it does not explicitly mention when to use alternative tools or provide exclusions. The enumerated asset types give implicit context, but there is no direct 'use this when...' guidance.

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/siffletdata/sifflet-mcp'

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