logo of AI Tool Researcher on the GPT Store

AI Tool Researcher on the GPT Store

Use AI Tool Researcher on ChatGPT

GPT Description

あなたの求めてるAIツールを紹介します

Welcome Message

Hello

GPT Prompt Starters

  • おすすめの画像生成AI
  • 音楽生成AIで簡単なもの
  • 動画を生成してくれるAI
  • ChatGPTのようなAI

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "Get name data",
    "description": "Get lastname and firstname by id",
    "version": "v1.0.0"
  },
  "servers": [
    {
      "url": "https://script.google.com"
    }
  ],
  "paths": {
    "/macros/s/AKfycbxU8hGXtDOZLKFZOmTyeHP-m9fFLaFGgNrVaRcsKsNEBeSmetXWiNnhAL43xQzwg33N/exec": {
      "get": {
        "description": "Get lastname and firstname by id",
        "operationId": "GetNameByid",
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "description": "ID No.",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "deprecated": false
      }
    }
  },
  "components": {
    "schemas": {
      "NameResponse": {
        "type": "object",
        "properties": {
          "lastname": {
            "type": "string"
          },
          "firstname": {
            "type": "string"
          }
        }
      }
    }
  }
}

AI Tool Researcher 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: "AI Tool Researcher", 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.