Skip to main content
Glama

atlas-mcp-server

project_link_delete

Remove single or multiple links from projects permanently on the atlas-mcp-server. Supports bulk and single-mode deletion for efficient management.

Instructions

Delete links from projects permanently. Supports both single link deletion and bulk operations for multiple links.

Input Schema

NameRequiredDescriptionDefault
linkIdNoRequired for single mode: Link ID to delete.
linkIdsNoRequired for bulk mode: Array of 1-100 link IDs to delete.
modeYes'single' for one link, 'bulk' for multiple links.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "linkId": { "description": "Required for single mode: Link ID to delete.", "type": "string" }, "linkIds": { "description": "Required for bulk mode: Array of 1-100 link IDs to delete.", "items": { "type": "string" }, "maxItems": 100, "minItems": 1, "type": "array" }, "mode": { "description": "'single' for one link, 'bulk' for multiple links.", "enum": [ "single", "bulk" ], "type": "string" } }, "required": [ "mode" ], "type": "object" }

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/cyanheads/atlas-mcp-server'

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