Skip to main content
Glama

Divide and Conquer MCP Server

by landicefu

add_resource

Enables users to attach resources like files or URLs to tasks, providing essential context or supporting materials for task execution within the Divide and Conquer MCP Server framework.

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" }

Other Tools from Divide and Conquer 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/landicefu/divide-and-conquer-mcp-server'

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