Skip to main content
Glama

Task Orchestration

by hrishirc

create_goal

Create a software development goal with a clear description and project name using the Task Orchestration server to streamline task management.

Instructions

Create a new goal

Input Schema

NameRequiredDescriptionDefault
descriptionYesThe software development goal description (string)
repoNameNoPlease give the name of the project that you are currently working on (string)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "The software development goal description (string)", "type": "string" }, "repoName": { "description": "Please give the name of the project that you are currently working on (string)", "type": "string" } }, "required": [ "description" ], "type": "object" }
Install Server

Other Tools from Task Orchestration

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/hrishirc/task-orchestrator'

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