Skip to main content
Glama

Linkd MCP Server

by automcp-app

check_deep_research_status

Monitor the progress of a deep research job by providing its job ID. Use this tool to track ongoing research tasks on the Linkd MCP Server.

Instructions

Check the status of an ongoing deep research job.

Input Schema

NameRequiredDescriptionDefault
job_idYesThe job ID to check status for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "job_id": { "description": "The job ID to check status for", "type": "string" } }, "required": [ "job_id" ], "type": "object" }

Other Tools from Linkd MCP Server

Related Tools

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/automcp-app/linkd-mcp'

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