submit_mentoring
Submit mentoring activity drafts to the MCP server by providing details like title, description, date, attendee count, event format, and country. Track and report mentoring sessions for Google Developer Experts.
Instructions
Submit a mentoring activity draft
Input Schema
Name | Required | Description | Default |
---|---|---|---|
activityDate | Yes | Date of your mentoring session (YYYY-MM-DD format) | |
activityUrl | Yes | Event or relevant link | |
additionalInfo | No | Additional information (optional) | |
country | No | Country (required if eventFormat is In-Person or Hybrid) | |
description | Yes | What was it about? | |
eventFormat | Yes | Select event format | |
inPersonAttendees | No | In-person attendees (required if eventFormat is Hybrid or In-Person) | |
metrics | Yes | ||
private | No | Do you want to make this activity private? (optional) | |
tags | No | Tags (optional) | |
title | Yes | What was the name of your mentoring session? |
Input Schema (JSON Schema)
{
"properties": {
"activityDate": {
"description": "Date of your mentoring session (YYYY-MM-DD format)",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"type": "string"
},
"activityUrl": {
"description": "Event or relevant link",
"maxLength": 500,
"pattern": "^https?://.*",
"type": "string"
},
"additionalInfo": {
"description": "Additional information (optional)",
"maxLength": 2000,
"type": "string"
},
"country": {
"description": "Country (required if eventFormat is In-Person or Hybrid)",
"enum": [
"Afghanistan",
"Åland Islands",
"Albania",
"Algeria",
"American Samoa",
"Andorra",
"Angola",
"Anguilla",
"Antarctica",
"Antigua and Barbuda",
"Argentina",
"Armenia",
"Aruba",
"Australia",
"Austria",
"Azerbaijan",
"Bahamas",
"Bahrain",
"Bangladesh",
"Barbados",
"Belarus",
"Belgium",
"Belize",
"Benin",
"Bermuda",
"Bhutan",
"Bolivia (Plurinational State of)",
"Bonaire (Sint Eustatius and Saba)",
"Bosnia and Herzegovina",
"Botswana",
"Bouvet Island",
"Brazil",
"British Indian Ocean Territory",
"Brunei Darussalam",
"Bulgaria",
"Burkina Faso",
"Burundi",
"Cabo Verde",
"Cambodia",
"Cameroon",
"Canada",
"Cayman Islands",
"Central African Republic",
"Chad",
"Chile",
"China",
"Christmas Island",
"Cocos (Keeling) Islands",
"Colombia",
"Comoros",
"Congo",
"Congo (Democratic Republic of the)",
"Cook Islands",
"Costa Rica",
"Côte d'Ivoire",
"Croatia",
"Cuba",
"Curaçao",
"Cyprus",
"Czechia",
"Denmark",
"Djibouti",
"Dominica",
"Dominican Republic",
"Ecuador",
"Egypt",
"El Salvador",
"Equatorial Guinea",
"Eritrea",
"Estonia",
"Eswatini",
"Ethiopia",
"Falkland Islands (Malvinas)",
"Faroe Islands",
"Fiji",
"Finland",
"France",
"French Guiana",
"French Polynesia",
"French Southern Territories",
"Gabon",
"Gambia",
"Georgia",
"Germany",
"Ghana",
"Gibraltar",
"Greece",
"Greenland",
"Grenada",
"Guadeloupe",
"Guam",
"Guatemala",
"Guernsey",
"Guinea",
"Guinea-Bissau",
"Guyana",
"Haiti",
"Heard Island and McDonald Islands",
"Holy See",
"Honduras",
"Hong Kong",
"Hungary",
"Iceland",
"India",
"Indonesia",
"Iran (Islamic Republic of)",
"Iraq",
"Ireland",
"Isle of Man",
"Israel",
"Italy",
"Jamaica",
"Japan",
"Jersey",
"Jordan",
"Kazakhstan",
"Kenya",
"Kiribati",
"Korea (Democratic People's Republic of)",
"Korea (Republic of)",
"Kosovo",
"Kuwait",
"Kyrgyzstan",
"Lao People's Democratic Republic",
"Latvia",
"Lebanon",
"Lesotho",
"Liberia",
"Libya",
"Liechtenstein",
"Lithuania",
"Luxembourg",
"Macao",
"Madagascar",
"Malawi",
"Malaysia",
"Maldives",
"Mali",
"Malta",
"Marshall Islands",
"Martinique",
"Mauritania",
"Mauritius",
"Mayotte",
"Mexico",
"Micronesia (Federated States of)",
"Moldova (Republic of)",
"Monaco",
"Mongolia",
"Montenegro",
"Montserrat",
"Morocco",
"Mozambique",
"Myanmar",
"Namibia",
"Nauru",
"Nepal",
"Netherlands",
"New Caledonia",
"New Zealand",
"Nicaragua",
"Niger",
"Nigeria",
"Niue",
"Norfolk Island",
"North Cyprus",
"Northern Mariana Islands",
"North Macedonia",
"Norway",
"Oman",
"Pakistan",
"Palau",
"Palestine (State of)",
"Panama",
"Papua New Guinea",
"Paraguay",
"Peru",
"Philippines",
"Pitcairn",
"Poland",
"Portugal",
"Puerto Rico",
"Qatar",
"Réunion",
"Romania",
"Russian Federation",
"Rwanda",
"Saint Barthélemy",
"Saint Helena (Ascension and Tristan da Cunha)",
"Saint Kitts and Nevis",
"Saint Lucia",
"Saint Martin (French part)",
"Saint Pierre and Miquelon",
"Saint Vincent and the Grenadines",
"Samoa",
"San Marino",
"Sao Tome and Principe",
"Saudi Arabia",
"Senegal",
"Serbia",
"Seychelles",
"Sierra Leone",
"Singapore",
"Sint Maarten (Dutch part)",
"Slovakia",
"Slovenia",
"Solomon Islands",
"Somalia",
"South Africa",
"South Georgia and the South Sandwich Islands",
"South Sudan",
"Spain",
"Sri Lanka",
"Sudan",
"Suriname",
"Svalbard and Jan Mayen",
"Sweden",
"Switzerland",
"Syrian Arab Republic",
"Taiwan",
"Tajikistan",
"Tanzania (United Republic of)",
"Thailand",
"Timor-Leste",
"Togo",
"Tokelau",
"Tonga",
"Trinidad and Tobago",
"Tunisia",
"Türkiye",
"Turkmenistan",
"Turks and Caicos Islands",
"Tuvalu",
"Uganda",
"Ukraine",
"United Arab Emirates",
"United Kingdom of Great Britain and Northern Ireland",
"United States Minor Outlying Islands",
"United States of America",
"Uruguay",
"Uzbekistan",
"Vanuatu",
"Venezuela (Bolivarian Republic of)",
"Viet Nam",
"Virgin Islands (British)",
"Virgin Islands (U.S.)",
"Wallis and Futuna",
"Western Sahara",
"Yemen",
"Zambia",
"Zimbabwe"
],
"type": "string"
},
"description": {
"description": "What was it about?",
"maxLength": 2000,
"type": "string"
},
"eventFormat": {
"description": "Select event format",
"enum": [
"In-Person",
"Virtual",
"Hybrid"
],
"type": "string"
},
"inPersonAttendees": {
"description": "In-person attendees (required if eventFormat is Hybrid or In-Person)",
"minimum": 0,
"type": "integer"
},
"metrics": {
"properties": {
"attendees": {
"description": "How many people have been mentored in total?",
"minimum": 1,
"type": "integer"
}
},
"required": [
"attendees"
],
"type": "object"
},
"private": {
"description": "Do you want to make this activity private? (optional)",
"type": "boolean"
},
"tags": {
"description": "Tags (optional)",
"items": {
"type": "string"
},
"minItems": 0,
"type": "array"
},
"title": {
"description": "What was the name of your mentoring session?",
"maxLength": 200,
"minLength": 3,
"type": "string"
}
},
"required": [
"title",
"description",
"activityDate",
"metrics",
"eventFormat",
"activityUrl"
],
"type": "object"
}