logo of Task Master on the GPT Store

Task Master on the GPT Store

By MUHAMMAD JUNAID SHAUKATShow 6+ GPTs by MUHAMMAD JUNAID SHAUKAT
Use Task Master on ChatGPT

GPT Description

Your go-to assistant for organizing tasks and managing your day.

Welcome Message

Ready to organize your day? Let's get started!

GPT Prompt Starters

  • How can I prioritize my tasks today?
  • Remind me to check my emails.
  • What's the best way to tackle a big project?
  • How can I avoid procrastination?

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "Location Finder API",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://bug-accurate-heron.ngrok-free.app",
      "description": "Development Server"
    }
  ],
  "paths": {
    "/persons/": {
      "get": {
        "summary": "Read All Persons",
        "description": "Retrieves all persons from the database.\n\nReturns:\n    list: A list of Location objects representing the persons.",
        "operationId": "read_all_persons_persons__get",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/person/": {
      "post": {
        "summary": "Create Person",
        "description": "Creates a new person record in the database.\n\nArgs:\n    person_data (Location): name and location of person. \n\nReturns:\n    Location: The created person record that is name and location of person.",
        "operationId": "create_person_person__post",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Location"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          },
          "422": {
            "description": "Validation Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/HTTPValidationError"
                }
              }
            }
          }
        }
      }
    },
    "/location/{name}": {
      "get": {
        "summary": "Get Person Location",
        "description": "Retrieve the location of a person by their name.\n\nArgs:\n    name (str): The name of the person.\n\nReturns:\n    Location: The location of the person.",
        "operationId": "get_person_location_location__name__get",
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "title": "Name"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          },
          "422": {
            "description": "Validation Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/HTTPValidationError"
                }
              }
            }
          }
        }
      },
      "delete": {
        "summary": "Delete Location",
        "operationId": "delete_location_location__name__delete",
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "title": "Name"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          },
          "422": {
            "description": "Validation Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/HTTPValidationError"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "HTTPValidationError": {
        "properties": {
          "detail": {
            "items": {
              "$ref": "#/components/schemas/ValidationError"
            },
            "type": "array",
            "title": "Detail"
          }
        },
        "type": "object",
        "title": "HTTPValidationError"
      },
      "Location": {
        "properties": {
          "name": {
            "type": "string",
            "title": "Name"
          },
          "location": {
            "type": "string",
            "title": "Location"
          }
        },
        "type": "object",
        "required": [
          "name",
          "location"
        ],
        "title": "Location"
      },
      "ValidationError": {
        "properties": {
          "loc": {
            "items": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "integer"
                }
              ]
            },
            "type": "array",
            "title": "Location"
          },
          "msg": {
            "type": "string",
            "title": "Message"
          },
          "type": {
            "type": "string",
            "title": "Error Type"
          }
        },
        "type": "object",
        "required": [
          "loc",
          "msg",
          "type"
        ],
        "title": "ValidationError"
      }
    }
  }
}

Task Master GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "Task Master", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.