Skip to main content
Glama

Get Niche Dive Status

get_dive_status
Read-only

Check a niche dive's progress and retrieve results when complete. Poll periodically until it returns success with a nicheId, in-progress with an estimate, or error details.

Instructions

Use this to poll a niche dive started with create_niche_dive or redive_niche until it finishes. Returns one of three shapes keyed by status: in_progress (with estimatedCompletionDate), success (with the nicheId plus tokensUsed/tokensLeft), or error (with an error message). On success, use the nicheId with list_niches, get_niche_keywords, get_niche_competitors, etc. (for a re-dive it is the same niche you passed in, now carrying refreshed data). Re-poll periodically — dives can take minutes; the estimatedCompletionDate hints at when to check.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
diveIdYesThe dive identifier returned by `create_niche_dive` or `redive_niche`.

Schema Changelog

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

  1. Changed1 schema field changedv0.11.0
    • changedInput schema / properties / diveId / description
      Previous value: -"The dive identifier returned by `create_niche_dive`."New value: +"The dive identifier returned by `create_niche_dive` or `redive_niche`."
  2. First observedv0.8.0

TDQS

A4.5/5.0
Behavior5/5

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

The description goes far beyond the `readOnlyHint` annotation by specifying the exact behavioral contract: three possible `status` shapes, their associated fields (`estimatedCompletionDate`, `nicheId`, `tokensUsed`/`tokensLeft`, `error`), and the follow-up behavior on success. It also discloses that dives can take minutes, guiding the agent on expected latency and retry semantics.

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 well-structured and front-loaded: first the primary purpose, then the return shapes, then the follow-up workflow, then polling guidance. Every sentence adds operational value, and the length is justified given there is no output schema to describe the response variants.

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 fully compensates by documenting all possible response shapes and fields. It also connects the tool to sibling tools for next steps (`list_niches`, `get_niche_keywords`, `get_niche_competitors`) and gives practical polling guidance. Nothing essential for correct invocation or interpretation is missing.

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 coverage is 100%, and the schema already describes `diveId` as the identifier returned by `create_niche_dive` or `redive_niche`. The description reinforces this relationship and adds the nuance that a re-dive returns the same niche with refreshed data, but it does not add new parameter-level details beyond the schema. Baseline 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 opens with a specific verb and resource: 'poll a niche dive... until it finishes.' It clearly identifies the tool as a status-polling endpoint tied to `create_niche_dive` or `redive_niche`, which distinguishes it from sibling tools that create, list, or mutate niches. The return-shape overview further removes any ambiguity about what the tool accomplishes.

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 explicitly says when to use it: after starting a dive with `create_niche_dive` or `redive_niche`, poll until it finishes. It also advises on re-polling with `estimatedCompletionDate` as a timing hint. It does not explicitly name alternative tools or provide when-not-to-use guidance, but the usage context is clear and sufficient.

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/Data-Dive-Tools/datadive-mcp'

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