Skip to main content
Glama

Divide and Conquer MCP Server

by landicefu

add_resource

Add a resource to a task by specifying its name, URL, and description, enhancing task management within the Divide and Conquer MCP Server for structured task breakdown and tracking.

Instructions

Adds a resource to the task.

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the resource
nameYesName of the resource
urlYesURL or file path of the resource

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the resource", "type": "string" }, "name": { "description": "Name of the resource", "type": "string" }, "url": { "description": "URL or file path of the resource", "type": "string" } }, "required": [ "name", "url" ], "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/landicefu/divide-and-conquer-mcp-server'

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