server_name
stringclasses 156
values | category
stringclasses 1
value | tool
stringlengths 176
38.2k
|
---|---|---|
hdx
|
other
|
{'type': 'function', 'name': 'hdx_server_info', 'description': 'Get information about the HDX MCP server instance.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hdx
|
other
|
{'type': 'function', 'name': 'metadata_admin1_get', 'description': 'Not all data are available for all locations. Learn more about the scope of data coverage in HDX HAPI in the <a href="https://hdx-hapi.readthedocs.io/en/latest/">Overview and Getting Started</a> documentation.\n\n\n**Query Parameters:**\n\n- **app_identifier** (Required): base64 encoded application name and email, as in `base64("app_name:email")`. This value can also be passed in the `X-HDX-HAPI-APP-IDENTIFIER` header. See the *encoded_app_identifier* endpoint.\n\n- **id**: Filter the response by a location (typically a country), using the unique identifier (id) from the location table associated with each entry.\n\n- **location_ref**: Filter the response by a location (typically a country) reference number.\n\n- **code**: Filter the response by the 1st subnational administrative divisions. The admin1 codes refer to the p-codes in the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a>.\n\n- **name**: Filter the response by the 1st subnational administrative divisions. The admin1 names refer to either the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a> or those provided in the original data source.\n\n- **location_code**: Filter the response by a location (typically a country). The location codes use the ISO-3 (ISO 3166 alpha-3) codes. Use the metadata_location_get tool to get available location codes and names.\n\n- **location_name**: Filter the response by a location (typically a country). The location names are based on the "short name" from the <a href="https://unstats.un.org/unsd/methodology/m49/#fn2">UN M49 Standard</a>. Use the metadata_location_get tool to get available location codes and names.\n\n- **start_date**: Filter entries to include rows where the reference period overlaps with or extends beyond this date, e.g. 2020, 2020-01, 2020-01-01 or 2020-01-01T00:00:00\n\n- **end_date**: Filter entries to include rows where the reference period overlaps with or begins prior to this date, e.g. 2020, 2020-01, 2020-01-01, 2020-01-01 or 2020-01-01T23:59:59\n\n- **output_format**: No description.\n\n- **limit**: Maximum number of records to return. The system will not return more than 10,000 records.\n\n- **offset**: Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.\n\n\n**Responses:**\n\n- **200** (Success): Successful Response\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "data": [\n {\n "id": 1,\n "location_ref": 1,\n "code": "string",\n "reference_period_start": "2024-01-01T12:00:00Z",\n "location_code": "string",\n "from_cods": true,\n "reference_period_end": "unknown_type",\n "name": "string",\n "location_name": "string"\n }\n ]\n}\n```\n\n- **400**: Bad Request\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": "string"\n}\n```\n\n- **422**: Validation Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": [\n {\n "loc": [\n "unknown_type"\n ],\n "msg": "string",\n "type": "string"\n }\n ]\n}\n```\n\n- **500**: Internal Server Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "error_sample_list": [\n "unknown"\n ],\n "error": "string"\n}\n```', 'parameters': {'type': 'object', 'properties': {'code': {'title': 'Code', 'description': 'Filter the response by the 1st subnational administrative divisions. The admin1 codes refer to the p-codes in the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a>.', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'end_date': {'title': 'End Date', 'description': 'Filter entries to include rows where the reference period overlaps with or begins prior to this date, e.g. 2020, 2020-01, 2020-01-01, 2020-01-01 or 2020-01-01T23:59:59', 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'id': {'title': 'Id', 'description': 'Filter the response by a location (typically a country), using the unique identifier (id) from the location table associated with each entry.', 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'limit': {'type': 'integer', 'title': 'Limit', 'description': 'Maximum number of records to return. The system will not return more than 10,000 records.', 'default': 10, 'minimum': 0, 'maximum': 10000}, 'location_code': {'title': 'Location Code', 'description': 'Filter the response by a location (typically a country). The location codes use the ISO-3 (ISO 3166 alpha-3) codes. Use the metadata_location_get tool to get available location codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'location_name': {'title': 'Location Name', 'description': 'Filter the response by a location (typically a country). The location names are based on the "short name" from the <a href="https://unstats.un.org/unsd/methodology/m49/#fn2">UN M49 Standard</a>. Use the metadata_location_get tool to get available location codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'location_ref': {'title': 'Location Ref', 'description': 'Filter the response by a location (typically a country) reference number.', 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'name': {'title': 'Name', 'description': 'Filter the response by the 1st subnational administrative divisions. The admin1 names refer to either the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a> or those provided in the original data source.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'offset': {'type': 'integer', 'title': 'Offset', 'description': 'Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.', 'default': 0, 'minimum': 0}, 'output_format': {'type': 'string', 'title': 'OutputFormat', 'default': 'json', 'enum': ['csv', 'json']}, 'start_date': {'title': 'Start Date', 'description': 'Filter entries to include rows where the reference period overlaps with or extends beyond this date, e.g. 2020, 2020-01, 2020-01-01 or 2020-01-01T00:00:00', 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hdx
|
other
|
{'type': 'function', 'name': 'metadata_admin2_get', 'description': 'Not all data are available for all locations. Learn more about the scope of data coverage in HDX HAPI in the <a href="https://hdx-hapi.readthedocs.io/en/latest/">Overview and Getting Started</a> documentation.\n\n\n**Query Parameters:**\n\n- **app_identifier** (Required): base64 encoded application name and email, as in `base64("app_name:email")`. This value can also be passed in the `X-HDX-HAPI-APP-IDENTIFIER` header. See the *encoded_app_identifier* endpoint.\n\n- **id**: Filter the response by a location (typically a country), using the unique identifier (id) from the location table associated with each entry.\n\n- **admin1_ref**: Filter the response by a location (typically a country) reference number.\n\n- **location_ref**: Filter the response by a location (typically a country) reference number.\n\n- **code**: Filter the response by the 2nd subnational administrative divisions. The admin2 codes refer to the p-codes in the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a>.\n\n- **name**: Filter the response by the 2nd subnational administrative divisions. The admin2 names refer to either the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a> or those provided in the original data source.\n\n- **admin1_code**: Filter the response by the 1st subnational administrative divisions. The admin1 codes refer to the p-codes in the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a>. Use the metadata_admin1_get tool to get available admin1 codes and names.\n\n- **admin1_name**: Filter the response by the 1st subnational administrative divisions. The admin1 names refer to either the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a> or those provided in the original data source. Use the metadata_admin1_get tool to get available admin1 codes and names.\n\n- **location_code**: Filter the response by a location (typically a country). The location codes use the ISO-3 (ISO 3166 alpha-3) codes. Use the metadata_location_get tool to get available location codes and names.\n\n- **location_name**: Filter the response by a location (typically a country). The location names are based on the "short name" from the <a href="https://unstats.un.org/unsd/methodology/m49/#fn2">UN M49 Standard</a>. Use the metadata_location_get tool to get available location codes and names.\n\n- **start_date**: Filter entries to include rows where the reference period overlaps with or extends beyond this date, e.g. 2020, 2020-01, 2020-01-01 or 2020-01-01T00:00:00\n\n- **end_date**: Filter entries to include rows where the reference period overlaps with or begins prior to this date, e.g. 2020, 2020-01, 2020-01-01, 2020-01-01 or 2020-01-01T23:59:59\n\n- **output_format**: No description.\n\n- **limit**: Maximum number of records to return. The system will not return more than 10,000 records.\n\n- **offset**: Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.\n\n\n**Responses:**\n\n- **200** (Success): Successful Response\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "data": [\n {\n "id": 1,\n "admin1_ref": 1,\n "code": "string",\n "reference_period_start": "2024-01-01T12:00:00Z",\n "location_code": "string",\n "from_cods": true,\n "admin1_name": "string",\n "reference_period_end": "unknown_type",\n "location_ref": 1,\n "name": "string",\n "admin1_code": "string",\n "location_name": "string"\n }\n ]\n}\n```\n\n- **400**: Bad Request\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": "string"\n}\n```\n\n- **422**: Validation Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": [\n {\n "loc": [\n "unknown_type"\n ],\n "msg": "string",\n "type": "string"\n }\n ]\n}\n```\n\n- **500**: Internal Server Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "error_sample_list": [\n "unknown"\n ],\n "error": "string"\n}\n```', 'parameters': {'type': 'object', 'properties': {'admin1_code': {'title': 'Admin1 Code', 'description': 'Filter the response by the 1st subnational administrative divisions. The admin1 codes refer to the p-codes in the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a>. Use the metadata_admin1_get tool to get available admin1 codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'admin1_name': {'title': 'Admin1 Name', 'description': 'Filter the response by the 1st subnational administrative divisions. The admin1 names refer to either the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a> or those provided in the original data source. Use the metadata_admin1_get tool to get available admin1 codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'admin1_ref': {'title': 'Admin1 Ref', 'description': 'Filter the response by a location (typically a country) reference number.', 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'code': {'title': 'Code', 'description': 'Filter the response by the 2nd subnational administrative divisions. The admin2 codes refer to the p-codes in the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a>.', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'end_date': {'title': 'End Date', 'description': 'Filter entries to include rows where the reference period overlaps with or begins prior to this date, e.g. 2020, 2020-01, 2020-01-01, 2020-01-01 or 2020-01-01T23:59:59', 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'id': {'title': 'Id', 'description': 'Filter the response by a location (typically a country), using the unique identifier (id) from the location table associated with each entry.', 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'limit': {'type': 'integer', 'title': 'Limit', 'description': 'Maximum number of records to return. The system will not return more than 10,000 records.', 'default': 10, 'minimum': 0, 'maximum': 10000}, 'location_code': {'title': 'Location Code', 'description': 'Filter the response by a location (typically a country). The location codes use the ISO-3 (ISO 3166 alpha-3) codes. Use the metadata_location_get tool to get available location codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'location_name': {'title': 'Location Name', 'description': 'Filter the response by a location (typically a country). The location names are based on the "short name" from the <a href="https://unstats.un.org/unsd/methodology/m49/#fn2">UN M49 Standard</a>. Use the metadata_location_get tool to get available location codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'location_ref': {'title': 'Location Ref', 'description': 'Filter the response by a location (typically a country) reference number.', 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'name': {'title': 'Name', 'description': 'Filter the response by the 2nd subnational administrative divisions. The admin2 names refer to either the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a> or those provided in the original data source.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'offset': {'type': 'integer', 'title': 'Offset', 'description': 'Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.', 'default': 0, 'minimum': 0}, 'output_format': {'type': 'string', 'title': 'OutputFormat', 'default': 'json', 'enum': ['csv', 'json']}, 'start_date': {'title': 'Start Date', 'description': 'Filter entries to include rows where the reference period overlaps with or extends beyond this date, e.g. 2020, 2020-01, 2020-01-01 or 2020-01-01T00:00:00', 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hdx
|
other
|
{'type': 'function', 'name': 'metadata_currency_get', 'description': 'Provide currency information to use in conjunction with the food-prices endpoint\n\n\n**Query Parameters:**\n\n- **app_identifier** (Required): base64 encoded application name and email, as in `base64("app_name:email")`. This value can also be passed in the `X-HDX-HAPI-APP-IDENTIFIER` header. See the *encoded_app_identifier* endpoint.\n\n- **code**: Filter the response by the currency code.\n\n- **output_format**: No description.\n\n- **limit**: Maximum number of records to return. The system will not return more than 10,000 records.\n\n- **offset**: Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.\n\n\n**Responses:**\n\n- **200** (Success): Successful Response\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "data": [\n {\n "code": "string",\n "name": "string"\n }\n ]\n}\n```\n\n- **400**: Bad Request\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": "string"\n}\n```\n\n- **422**: Validation Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": [\n {\n "loc": [\n "unknown_type"\n ],\n "msg": "string",\n "type": "string"\n }\n ]\n}\n```\n\n- **500**: Internal Server Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "error_sample_list": [\n "unknown"\n ],\n "error": "string"\n}\n```', 'parameters': {'type': 'object', 'properties': {'code': {'title': 'Code', 'description': 'Filter the response by the currency code.', 'anyOf': [{'type': 'string', 'maxLength': 32}, {'type': 'null'}]}, 'limit': {'type': 'integer', 'title': 'Limit', 'description': 'Maximum number of records to return. The system will not return more than 10,000 records.', 'default': 10, 'minimum': 0, 'maximum': 10000}, 'offset': {'type': 'integer', 'title': 'Offset', 'description': 'Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.', 'default': 0, 'minimum': 0}, 'output_format': {'type': 'string', 'title': 'OutputFormat', 'default': 'json', 'enum': ['csv', 'json']}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hdx
|
other
|
{'type': 'function', 'name': 'metadata_data_availability_get', 'description': 'Provide currency information to use in conjunction with the food-prices endpoint\n\n\n**Query Parameters:**\n\n- **app_identifier** (Required): base64 encoded application name and email, as in `base64("app_name:email")`. This value can also be passed in the `X-HDX-HAPI-APP-IDENTIFIER` header. See the *encoded_app_identifier* endpoint.\n\n- **category**: Filter the response by a data category\n\n- **subcategory**: Filter the response by a data subcategory\n\n- **hapi_updated_date_min**: Minimum date that datasets was last updated, e.g. 2020-01-01 or 2020-01-01T00:00:00\n\n- **hapi_updated_date_max**: Maximum date that datasets was last updated, e.g. 2020-01-01 or 2020-01-01T00:00:00\n\n- **output_format**: No description.\n\n- **limit**: Maximum number of records to return. The system will not return more than 10,000 records.\n\n- **offset**: Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.\n\n- **location_code**: Filter the response by a location (typically a country). The location codes use the ISO-3 (ISO 3166 alpha-3) codes. Use the metadata_location_get tool to get available location codes and names.\n\n- **location_name**: Filter the response by a location (typically a country). The location names are based on the "short name" from the <a href="https://unstats.un.org/unsd/methodology/m49/#fn2">UN M49 Standard</a>. Use the metadata_location_get tool to get available location codes and names.\n\n- **admin1_code**: Filter the response by the 1st subnational administrative divisions. The admin1 codes refer to the p-codes in the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a>. Use the metadata_admin1_get tool to get available admin1 codes and names.\n\n- **admin1_name**: Filter the response by the 1st subnational administrative divisions. The admin1 names refer to either the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a> or those provided in the original data source. Use the metadata_admin1_get tool to get available admin1 codes and names.\n\n- **admin2_code**: Filter the response by the 2nd subnational administrative divisions. The admin2 codes refer to the p-codes in the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a>. Use the metadata_admin2_get tool to get available admin2 codes and names.\n\n- **admin2_name**: Filter the response by the 2nd subnational administrative divisions. The admin2 names refer to either the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a> or those provided in the original data source. Use the metadata_admin2_get tool to get available admin2 codes and names.\n\n- **admin_level**: Filter the response by admin level.\n\n\n**Responses:**\n\n- **200** (Success): Successful Response\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "data": [\n {\n "location_code": "string",\n "location_name": "string",\n "admin1_code": "unknown_type",\n "admin2_code": "unknown_type",\n "admin_level": 1,\n "category": "string",\n "admin2_name": "unknown_type",\n "admin1_name": "unknown_type",\n "subcategory": "string",\n "hapi_updated_date": "unknown_type"\n }\n ]\n}\n```\n\n- **400**: Bad Request\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": "string"\n}\n```\n\n- **422**: Validation Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": [\n {\n "loc": [\n "unknown_type"\n ],\n "msg": "string",\n "type": "string"\n }\n ]\n}\n```\n\n- **500**: Internal Server Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "error_sample_list": [\n "unknown"\n ],\n "error": "string"\n}\n```', 'parameters': {'type': 'object', 'properties': {'admin1_code': {'title': 'Admin1 Code', 'description': 'Filter the response by the 1st subnational administrative divisions. The admin1 codes refer to the p-codes in the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a>. Use the metadata_admin1_get tool to get available admin1 codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'admin1_name': {'title': 'Admin1 Name', 'description': 'Filter the response by the 1st subnational administrative divisions. The admin1 names refer to either the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a> or those provided in the original data source. Use the metadata_admin1_get tool to get available admin1 codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'admin2_code': {'title': 'Admin2 Code', 'description': 'Filter the response by the 2nd subnational administrative divisions. The admin2 codes refer to the p-codes in the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a>. Use the metadata_admin2_get tool to get available admin2 codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'admin2_name': {'title': 'Admin2 Name', 'description': 'Filter the response by the 2nd subnational administrative divisions. The admin2 names refer to either the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a> or those provided in the original data source. Use the metadata_admin2_get tool to get available admin2 codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'admin_level': {'title': 'Admin Level', 'description': 'Filter the response by admin level.', 'anyOf': [{'type': 'string', 'title': 'AdminLevel', 'enum': ['0', '1', '2']}, {'type': 'null'}]}, 'category': {'title': 'Category', 'description': 'Filter the response by a data category', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'hapi_updated_date_max': {'title': 'Hapi Updated Date Max', 'description': 'Maximum date that datasets was last updated, e.g. 2020-01-01 or 2020-01-01T00:00:00', 'anyOf': [{'type': 'string', 'format': 'date-time'}, {'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'hapi_updated_date_min': {'title': 'Hapi Updated Date Min', 'description': 'Minimum date that datasets was last updated, e.g. 2020-01-01 or 2020-01-01T00:00:00', 'anyOf': [{'type': 'string', 'format': 'date-time'}, {'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'limit': {'type': 'integer', 'title': 'Limit', 'description': 'Maximum number of records to return. The system will not return more than 10,000 records.', 'default': 10, 'minimum': 0, 'maximum': 10000}, 'location_code': {'title': 'Location Code', 'description': 'Filter the response by a location (typically a country). The location codes use the ISO-3 (ISO 3166 alpha-3) codes. Use the metadata_location_get tool to get available location codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'location_name': {'title': 'Location Name', 'description': 'Filter the response by a location (typically a country). The location names are based on the "short name" from the <a href="https://unstats.un.org/unsd/methodology/m49/#fn2">UN M49 Standard</a>. Use the metadata_location_get tool to get available location codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'offset': {'type': 'integer', 'title': 'Offset', 'description': 'Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.', 'default': 0, 'minimum': 0}, 'output_format': {'type': 'string', 'title': 'OutputFormat', 'default': 'json', 'enum': ['csv', 'json']}, 'subcategory': {'title': 'Subcategory', 'description': 'Filter the response by a data subcategory', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hdx
|
other
|
{'type': 'function', 'name': 'metadata_dataset_get', 'description': 'Get information about the <a href="https://data.humdata.org/dataset">HDX Datasets</a> that are used as data sources\nfor HDX HAPI. Datasets contain one or more resources, which are the sources of the data found in HDX HAPI.\n\n\n**Query Parameters:**\n\n- **app_identifier** (Required): base64 encoded application name and email, as in `base64("app_name:email")`. This value can also be passed in the `X-HDX-HAPI-APP-IDENTIFIER` header. See the *encoded_app_identifier* endpoint.\n\n- **dataset_hdx_id**: Filter the response by the dataset ID (dataset_hdx_id), which is a unique and fixed identifier of a Dataset on HDX. A URL in the pattern of `https://data.humdata.org/dataset/[dataset_hdx_id]` will load the dataset page on HDX.\n\n- **dataset_hdx_stub**: Filter the response by the URL-safe name (dataset_hdx_stub) of the dataset as displayed on HDX. This name is unique but can change. A URL in the pattern of `https://data.humdata.org/dataset/[dataset_hdx_stub]` will load the dataset page on HDX.\n\n- **dataset_hdx_title**: Filter the response by the title of the dataset as it appears in the HDX interface. This name is not unique and can change.\n\n- **hdx_provider_stub**: Filter the response by the URL-safe name of the provider (organization) of the dataset on HDX. A URL in the pattern of `https://data.humdata.org/organization/[hdx_provider_stub]` will load the provider\'s page on HDX.\n\n- **hdx_provider_name**: Filter the response by the display name of the provider (organization) of the dataset on HDX.\n\n- **output_format**: No description.\n\n- **limit**: Maximum number of records to return. The system will not return more than 10,000 records.\n\n- **offset**: Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.\n\n\n**Responses:**\n\n- **200** (Success): Successful Response\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "data": [\n {\n "dataset_hdx_id": "string",\n "dataset_hdx_stub": "string",\n "dataset_hdx_title": "string",\n "hdx_provider_stub": "string",\n "hdx_api_link": "string",\n "provider_hdx_link": "string",\n "provider_hdx_api_link": "string",\n "hdx_provider_name": "string",\n "hdx_link": "string"\n }\n ]\n}\n```\n\n- **400**: Bad Request\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": "string"\n}\n```\n\n- **422**: Validation Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": [\n {\n "loc": [\n "unknown_type"\n ],\n "msg": "string",\n "type": "string"\n }\n ]\n}\n```\n\n- **500**: Internal Server Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "error_sample_list": [\n "unknown"\n ],\n "error": "string"\n}\n```', 'parameters': {'type': 'object', 'properties': {'dataset_hdx_id': {'title': 'Dataset Hdx Id', 'description': 'Filter the response by the dataset ID (dataset_hdx_id), which is a unique and fixed identifier of a Dataset on HDX. A URL in the pattern of `https://data.humdata.org/dataset/[dataset_hdx_id]` will load the dataset page on HDX.', 'anyOf': [{'type': 'string', 'maxLength': 36}, {'type': 'null'}]}, 'dataset_hdx_stub': {'title': 'Dataset Hdx Stub', 'description': 'Filter the response by the URL-safe name (dataset_hdx_stub) of the dataset as displayed on HDX. This name is unique but can change. A URL in the pattern of `https://data.humdata.org/dataset/[dataset_hdx_stub]` will load the dataset page on HDX.', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'dataset_hdx_title': {'title': 'Dataset Hdx Title', 'description': 'Filter the response by the title of the dataset as it appears in the HDX interface. This name is not unique and can change.', 'anyOf': [{'type': 'string', 'maxLength': 1024}, {'type': 'null'}]}, 'hdx_provider_name': {'title': 'Hdx Provider Name', 'description': 'Filter the response by the display name of the provider (organization) of the dataset on HDX.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'hdx_provider_stub': {'title': 'Hdx Provider Stub', 'description': "Filter the response by the URL-safe name of the provider (organization) of the dataset on HDX. A URL in the pattern of `https://data.humdata.org/organization/[hdx_provider_stub]` will load the provider's page on HDX.", 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'limit': {'type': 'integer', 'title': 'Limit', 'description': 'Maximum number of records to return. The system will not return more than 10,000 records.', 'default': 10, 'minimum': 0, 'maximum': 10000}, 'offset': {'type': 'integer', 'title': 'Offset', 'description': 'Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.', 'default': 0, 'minimum': 0}, 'output_format': {'type': 'string', 'title': 'OutputFormat', 'default': 'json', 'enum': ['csv', 'json']}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hdx
|
other
|
{'type': 'function', 'name': 'metadata_location_get', 'description': 'Not all data are available for all locations. Learn more about the scope of data coverage in HDX HAPI in the <a href="https://hdx-hapi.readthedocs.io/en/latest/">Overview and Getting Started</a> documentation.\n\n\n**Query Parameters:**\n\n- **app_identifier** (Required): base64 encoded application name and email, as in `base64("app_name:email")`. This value can also be passed in the `X-HDX-HAPI-APP-IDENTIFIER` header. See the *encoded_app_identifier* endpoint.\n\n- **id**: Filter the response by a location (typically a country) reference number.\n\n- **code**: Filter the response by a location (typically a country). The location codes use the ISO-3 (ISO 3166 alpha-3) codes.\n\n- **name**: Filter the response by a location (typically a country). The location names are based on the "short name" from the <a href="https://unstats.un.org/unsd/methodology/m49/#fn2">UN M49 Standard</a>.\n\n- **has_hrp**: Filter the response by the has_hrp flag. The has_hrp flag indicates whether a country has a Humanitarian Response Plan.\n\n- **in_gho**: Filter the response by the in_gho flag. The in_gho flag indicates whether a country is in the <a href="https://humanitarianaction.info/">Global Humanitarian Overview</a>.\n\n- **start_date**: Filter entries to include rows where the reference period overlaps with or extends beyond this date, e.g. 2020, 2020-01, 2020-01-01 or 2020-01-01T00:00:00\n\n- **end_date**: Filter entries to include rows where the reference period overlaps with or begins prior to this date, e.g. 2020, 2020-01, 2020-01-01, 2020-01-01 or 2020-01-01T23:59:59\n\n- **output_format**: No description.\n\n- **limit**: Maximum number of records to return. The system will not return more than 10,000 records.\n\n- **offset**: Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.\n\n\n**Responses:**\n\n- **200** (Success): Successful Response\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "data": [\n {\n "id": 1,\n "code": "string",\n "name": "string",\n "reference_period_start": "2024-01-01T12:00:00Z",\n "from_cods": true,\n "reference_period_end": "unknown_type",\n "in_gho": true,\n "has_hrp": true\n }\n ]\n}\n```\n\n- **400**: Bad Request\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": "string"\n}\n```\n\n- **422**: Validation Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": [\n {\n "loc": [\n "unknown_type"\n ],\n "msg": "string",\n "type": "string"\n }\n ]\n}\n```\n\n- **500**: Internal Server Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "error_sample_list": [\n "unknown"\n ],\n "error": "string"\n}\n```', 'parameters': {'type': 'object', 'properties': {'code': {'title': 'Code', 'description': 'Filter the response by a location (typically a country). The location codes use the ISO-3 (ISO 3166 alpha-3) codes.', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'end_date': {'title': 'End Date', 'description': 'Filter entries to include rows where the reference period overlaps with or begins prior to this date, e.g. 2020, 2020-01, 2020-01-01, 2020-01-01 or 2020-01-01T23:59:59', 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'has_hrp': {'title': 'Has Hrp', 'description': 'Filter the response by the has_hrp flag. The has_hrp flag indicates whether a country has a Humanitarian Response Plan.', 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'id': {'title': 'Id', 'description': 'Filter the response by a location (typically a country) reference number.', 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'in_gho': {'title': 'In Gho', 'description': 'Filter the response by the in_gho flag. The in_gho flag indicates whether a country is in the <a href="https://humanitarianaction.info/">Global Humanitarian Overview</a>.', 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'limit': {'type': 'integer', 'title': 'Limit', 'description': 'Maximum number of records to return. The system will not return more than 10,000 records.', 'default': 10, 'minimum': 0, 'maximum': 10000}, 'name': {'title': 'Name', 'description': 'Filter the response by a location (typically a country). The location names are based on the "short name" from the <a href="https://unstats.un.org/unsd/methodology/m49/#fn2">UN M49 Standard</a>.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'offset': {'type': 'integer', 'title': 'Offset', 'description': 'Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.', 'default': 0, 'minimum': 0}, 'output_format': {'type': 'string', 'title': 'OutputFormat', 'default': 'json', 'enum': ['csv', 'json']}, 'start_date': {'title': 'Start Date', 'description': 'Filter entries to include rows where the reference period overlaps with or extends beyond this date, e.g. 2020, 2020-01, 2020-01-01 or 2020-01-01T00:00:00', 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hdx
|
other
|
{'type': 'function', 'name': 'metadata_org_get', 'description': 'Get the list of organizations represented in the data available in HDX HAPI\n\n🔄 **Pagination**: You can page through results using `limit` and `offset` parameters (limit=records per page, offset=starting position).\n\n\n**Query Parameters:**\n\n- **app_identifier** (Required): base64 encoded application name and email, as in `base64("app_name:email")`. This value can also be passed in the `X-HDX-HAPI-APP-IDENTIFIER` header. See the *encoded_app_identifier* endpoint.\n\n- **acronym**: Filter the response by the standard acronym used to represent the organization. When data is brought into the HDX HAPI database, an attempt is made to standardize the acronyms.\n\n- **name**: Filter the response by the standard name used to represent the organization. When data is brought into the HDX HAPI database, an attempt is made to standardize the acronyms.\n\n- **org_type_code**: Filter the response by the organization type code.\n\n- **org_type_description**: Filter the response by the organization type description. Use the metadata_org_type_get tool to get available organization type codes and descriptions.\n\n- **output_format**: No description.\n\n- **limit**: Maximum number of records to return. The system will not return more than 10,000 records.\n\n- **offset**: Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.\n\n\n**Responses:**\n\n- **200** (Success): Successful Response\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "data": [\n {\n "acronym": "string",\n "name": "string",\n "org_type_code": "unknown_type",\n "org_type_description": "unknown_type"\n }\n ]\n}\n```\n\n- **400**: Bad Request\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": "string"\n}\n```\n\n- **422**: Validation Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": [\n {\n "loc": [\n "unknown_type"\n ],\n "msg": "string",\n "type": "string"\n }\n ]\n}\n```\n\n- **500**: Internal Server Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "error_sample_list": [\n "unknown"\n ],\n "error": "string"\n}\n```', 'parameters': {'type': 'object', 'properties': {'acronym': {'title': 'Acronym', 'description': 'Filter the response by the standard acronym used to represent the organization. When data is brought into the HDX HAPI database, an attempt is made to standardize the acronyms.', 'anyOf': [{'type': 'string', 'maxLength': 32}, {'type': 'null'}]}, 'limit': {'type': 'integer', 'title': 'Limit', 'description': 'Maximum number of records to return. The system will not return more than 10,000 records.', 'default': 10, 'minimum': 0, 'maximum': 10000}, 'name': {'title': 'Name', 'description': 'Filter the response by the standard name used to represent the organization. When data is brought into the HDX HAPI database, an attempt is made to standardize the acronyms.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'offset': {'type': 'integer', 'title': 'Offset', 'description': 'Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.', 'default': 0, 'minimum': 0}, 'org_type_code': {'title': 'Org Type Code', 'description': 'Filter the response by the organization type code.', 'anyOf': [{'type': 'string', 'maxLength': 32}, {'type': 'null'}]}, 'org_type_description': {'title': 'Org Type Description', 'description': 'Filter the response by the organization type description. Use the metadata_org_type_get tool to get available organization type codes and descriptions.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'output_format': {'type': 'string', 'title': 'OutputFormat', 'default': 'json', 'enum': ['csv', 'json']}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hdx
|
other
|
{'type': 'function', 'name': 'metadata_org_type_get', 'description': 'There is no agreed standard for the classification of organizations. The codes and descriptions used in HDX HAPI\nare based on <a href="https://data.humdata.org/dataset/organization-types-beta">this dataset</a>.\n\n\n**Query Parameters:**\n\n- **app_identifier** (Required): base64 encoded application name and email, as in `base64("app_name:email")`. This value can also be passed in the `X-HDX-HAPI-APP-IDENTIFIER` header. See the *encoded_app_identifier* endpoint.\n\n- **code**: Filter the response by the organization type code.\n\n- **description**: Filter the response by the organization type description.\n\n- **output_format**: No description.\n\n- **limit**: Maximum number of records to return. The system will not return more than 10,000 records.\n\n- **offset**: Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.\n\n\n**Responses:**\n\n- **200** (Success): Successful Response\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "data": [\n {\n "code": "string",\n "description": "string"\n }\n ]\n}\n```\n\n- **400**: Bad Request\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": "string"\n}\n```\n\n- **422**: Validation Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": [\n {\n "loc": [\n "unknown_type"\n ],\n "msg": "string",\n "type": "string"\n }\n ]\n}\n```\n\n- **500**: Internal Server Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "error_sample_list": [\n "unknown"\n ],\n "error": "string"\n}\n```', 'parameters': {'type': 'object', 'properties': {'code': {'title': 'Code', 'description': 'Filter the response by the organization type code.', 'anyOf': [{'type': 'string', 'maxLength': 32}, {'type': 'null'}]}, 'description': {'title': 'Description', 'description': 'Filter the response by the organization type description.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'limit': {'type': 'integer', 'title': 'Limit', 'description': 'Maximum number of records to return. The system will not return more than 10,000 records.', 'default': 10, 'minimum': 0, 'maximum': 10000}, 'offset': {'type': 'integer', 'title': 'Offset', 'description': 'Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.', 'default': 0, 'minimum': 0}, 'output_format': {'type': 'string', 'title': 'OutputFormat', 'default': 'json', 'enum': ['csv', 'json']}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hdx
|
other
|
{'type': 'function', 'name': 'metadata_resource_get', 'description': 'Get information about the resources that are used as data sources for HDX HAPI. Datasets contain one or\nmore resources, which are the sources of the data found in HDX HAPI.\n\n\n**Query Parameters:**\n\n- **app_identifier** (Required): base64 encoded application name and email, as in `base64("app_name:email")`. This value can also be passed in the `X-HDX-HAPI-APP-IDENTIFIER` header. See the *encoded_app_identifier* endpoint.\n\n- **resource_hdx_id**: Filter the response by the resource ID, which is a unique and fixed identifier of a resource on HDX. A URL in the pattern of `https://data.humdata.org/dataset/[dataset_hdx_id]/resource/[resource_hdx_id]` will load the resource page on HDX.\n\n- **format**: Filter the response by the format of the resource on HDX. These are typically file formats (i.e. CSV, XLSX), but can also include APIs and web apps.\n\n- **update_date_min**: Minimum date that datasets was last updated, e.g. 2020-01-01 or 2020-01-01T00:00:00\n\n- **update_date_max**: Maximum date that datasets was last updated, e.g. 2020-01-01 or 2020-01-01T00:00:00\n\n- **is_hxl**: Filter the response by whether or not the resource contains <a href="https://hxlstandard.org/">HXL tags</a>.\n\n- **dataset_hdx_id**: Filter the response by the dataset ID (dataset_hdx_id), which is a unique and fixed identifier of a dataset on HDX. A URL in the pattern of `https://data.humdata.org/dataset/[dataset_hdx_id]` will load the dataset page on HDX. Use the metadata_dataset_get tool to get available dataset information. \n\n- **dataset_hdx_stub**: Filter the response by the URL-safe name (dataset_hdx_stub) of the dataset as displayed on HDX. This name is unique but can change. A URL in the pattern of `https://data.humdata.org/dataset/[dataset_hdx_stub]` will load the dataset page on HDX. Use the metadata_dataset_get tool to get available dataset information.\n\n- **dataset_hdx_title**: Filter the response by the title of the dataset as it appears in the HDX interface. This name is not unique and can change. Use the metadata_dataset_get tool to get available dataset information.\n\n- **dataset_hdx_provider_stub**: Filter the response by the URL-safe name of the provider (organization) of the dataset on HDX. A URL in the pattern of `https://data.humdata.org/organization/[dataset_hdx_provider_stub]` will load the provider\'s page on HDX.\n\n- **dataset_hdx_provider_name**: Filter the response by the display name of the provider (organization) of the dataset on HDX.\n\n- **output_format**: No description.\n\n- **limit**: Maximum number of records to return. The system will not return more than 10,000 records.\n\n- **offset**: Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.\n\n\n**Responses:**\n\n- **200** (Success): Successful Response\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "data": [\n {\n "resource_hdx_id": "string",\n "dataset_hdx_id": "string",\n "name": "string",\n "dataset_hdx_title": "string",\n "hdx_api_link": "string",\n "provider_hdx_link": "string",\n "provider_hdx_api_link": "string",\n "dataset_hdx_api_link": "string",\n "format": "string",\n "dataset_hdx_link": "string",\n "dataset_hdx_stub": "string",\n "dataset_hdx_provider_stub": "string",\n "update_date": "2024-01-01T12:00:00Z",\n "is_hxl": true,\n "dataset_hdx_provider_name": "string",\n "hapi_updated_date": "2024-01-01T12:00:00Z",\n "hdx_link": "string",\n "download_url": "string"\n }\n ]\n}\n```\n\n- **400**: Bad Request\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": "string"\n}\n```\n\n- **422**: Validation Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": [\n {\n "loc": [\n "unknown_type"\n ],\n "msg": "string",\n "type": "string"\n }\n ]\n}\n```\n\n- **500**: Internal Server Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "error_sample_list": [\n "unknown"\n ],\n "error": "string"\n}\n```', 'parameters': {'type': 'object', 'properties': {'dataset_hdx_id': {'title': 'Dataset Hdx Id', 'description': 'Filter the response by the dataset ID (dataset_hdx_id), which is a unique and fixed identifier of a dataset on HDX. A URL in the pattern of `https://data.humdata.org/dataset/[dataset_hdx_id]` will load the dataset page on HDX. Use the metadata_dataset_get tool to get available dataset information. ', 'anyOf': [{'type': 'string', 'maxLength': 36}, {'type': 'null'}]}, 'dataset_hdx_provider_name': {'title': 'Dataset Hdx Provider Name', 'description': 'Filter the response by the display name of the provider (organization) of the dataset on HDX.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'dataset_hdx_provider_stub': {'title': 'Dataset Hdx Provider Stub', 'description': "Filter the response by the URL-safe name of the provider (organization) of the dataset on HDX. A URL in the pattern of `https://data.humdata.org/organization/[dataset_hdx_provider_stub]` will load the provider's page on HDX.", 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'dataset_hdx_stub': {'title': 'Dataset Hdx Stub', 'description': 'Filter the response by the URL-safe name (dataset_hdx_stub) of the dataset as displayed on HDX. This name is unique but can change. A URL in the pattern of `https://data.humdata.org/dataset/[dataset_hdx_stub]` will load the dataset page on HDX. Use the metadata_dataset_get tool to get available dataset information.', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'dataset_hdx_title': {'title': 'Dataset Hdx Title', 'description': 'Filter the response by the title of the dataset as it appears in the HDX interface. This name is not unique and can change. Use the metadata_dataset_get tool to get available dataset information.', 'anyOf': [{'type': 'string', 'maxLength': 1024}, {'type': 'null'}]}, 'format': {'title': 'Format', 'description': 'Filter the response by the format of the resource on HDX. These are typically file formats (i.e. CSV, XLSX), but can also include APIs and web apps.', 'anyOf': [{'type': 'string', 'maxLength': 32}, {'type': 'null'}]}, 'is_hxl': {'title': 'Is Hxl', 'description': 'Filter the response by whether or not the resource contains <a href="https://hxlstandard.org/">HXL tags</a>.', 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'limit': {'type': 'integer', 'title': 'Limit', 'description': 'Maximum number of records to return. The system will not return more than 10,000 records.', 'default': 10, 'minimum': 0, 'maximum': 10000}, 'offset': {'type': 'integer', 'title': 'Offset', 'description': 'Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.', 'default': 0, 'minimum': 0}, 'output_format': {'type': 'string', 'title': 'OutputFormat', 'default': 'json', 'enum': ['csv', 'json']}, 'resource_hdx_id': {'title': 'Resource Hdx Id', 'description': 'Filter the response by the resource ID, which is a unique and fixed identifier of a resource on HDX. A URL in the pattern of `https://data.humdata.org/dataset/[dataset_hdx_id]/resource/[resource_hdx_id]` will load the resource page on HDX.', 'anyOf': [{'type': 'string', 'maxLength': 36}, {'type': 'null'}]}, 'update_date_max': {'title': 'Update Date Max', 'description': 'Maximum date that datasets was last updated, e.g. 2020-01-01 or 2020-01-01T00:00:00', 'anyOf': [{'type': 'string', 'format': 'date-time'}, {'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'update_date_min': {'title': 'Update Date Min', 'description': 'Minimum date that datasets was last updated, e.g. 2020-01-01 or 2020-01-01T00:00:00', 'anyOf': [{'type': 'string', 'format': 'date-time'}, {'type': 'string', 'format': 'date'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hdx
|
other
|
{'type': 'function', 'name': 'metadata_sector_get', 'description': 'There are a variety of standards for the naming of humanitarian sectors. The codes and descriptions used\nin HDX HAPI are based on\n<a href="https://data.humdata.org/organization/54255d0b-c6b1-4517-9722-17321f6634ab">this dataset</a>.\n\n\n**Query Parameters:**\n\n- **app_identifier** (Required): base64 encoded application name and email, as in `base64("app_name:email")`. This value can also be passed in the `X-HDX-HAPI-APP-IDENTIFIER` header. See the *encoded_app_identifier* endpoint.\n\n- **code**: Filter the response by the sector code.\n\n- **name**: Filter the response by the sector name.\n\n- **output_format**: No description.\n\n- **limit**: Maximum number of records to return. The system will not return more than 10,000 records.\n\n- **offset**: Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.\n\n\n**Responses:**\n\n- **200** (Success): Successful Response\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "data": [\n {\n "code": "string",\n "name": "string"\n }\n ]\n}\n```\n\n- **400**: Bad Request\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": "string"\n}\n```\n\n- **422**: Validation Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": [\n {\n "loc": [\n "unknown_type"\n ],\n "msg": "string",\n "type": "string"\n }\n ]\n}\n```\n\n- **500**: Internal Server Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "error_sample_list": [\n "unknown"\n ],\n "error": "string"\n}\n```', 'parameters': {'type': 'object', 'properties': {'code': {'title': 'Code', 'description': 'Filter the response by the sector code.', 'anyOf': [{'type': 'string', 'maxLength': 32}, {'type': 'null'}]}, 'limit': {'type': 'integer', 'title': 'Limit', 'description': 'Maximum number of records to return. The system will not return more than 10,000 records.', 'default': 10, 'minimum': 0, 'maximum': 10000}, 'name': {'title': 'Name', 'description': 'Filter the response by the sector name.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'offset': {'type': 'integer', 'title': 'Offset', 'description': 'Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.', 'default': 0, 'minimum': 0}, 'output_format': {'type': 'string', 'title': 'OutputFormat', 'default': 'json', 'enum': ['csv', 'json']}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hdx
|
other
|
{'type': 'function', 'name': 'metadata_wfp_commodity_get', 'description': 'Provide commodity information to use in conjunction with the food-prices endpoint\n\n\n**Query Parameters:**\n\n- **app_identifier** (Required): base64 encoded application name and email, as in `base64("app_name:email")`. This value can also be passed in the `X-HDX-HAPI-APP-IDENTIFIER` header. See the *encoded_app_identifier* endpoint.\n\n- **code**: Filter the response by the unique code identifying the commodity.\n\n- **category**: Filter the response by the food group that the commodity belongs to, available values are described <a href="https://hdx-hapi.readthedocs.io/en/latest/data_usage_guides/enums/#commodity-category">here.</a>\n\n- **name**: Filter the response by the name of the commodity.\n\n- **output_format**: No description.\n\n- **limit**: Maximum number of records to return. The system will not return more than 10,000 records.\n\n- **offset**: Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.\n\n\n**Responses:**\n\n- **200** (Success): Successful Response\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "data": [\n {\n "code": "string",\n "category": "cereals and tubers",\n "name": "string"\n }\n ]\n}\n```\n\n- **400**: Bad Request\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": "string"\n}\n```\n\n- **422**: Validation Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": [\n {\n "loc": [\n "unknown_type"\n ],\n "msg": "string",\n "type": "string"\n }\n ]\n}\n```\n\n- **500**: Internal Server Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "error_sample_list": [\n "unknown"\n ],\n "error": "string"\n}\n```', 'parameters': {'type': 'object', 'properties': {'category': {'title': 'Category', 'description': 'Filter the response by the food group that the commodity belongs to, available values are described <a href="https://hdx-hapi.readthedocs.io/en/latest/data_usage_guides/enums/#commodity-category">here.</a>', 'anyOf': [{'type': 'string', 'title': 'CommodityCategory', 'enum': ['cereals and tubers', 'meat, fish and eggs', 'milk and dairy', 'miscellaneous food', 'non-food', 'oil and fats', 'pulses and nuts', 'vegetables and fruits']}, {'type': 'null'}]}, 'code': {'title': 'Code', 'description': 'Filter the response by the unique code identifying the commodity.', 'anyOf': [{'type': 'string', 'maxLength': 32}, {'type': 'null'}]}, 'limit': {'type': 'integer', 'title': 'Limit', 'description': 'Maximum number of records to return. The system will not return more than 10,000 records.', 'default': 10, 'minimum': 0, 'maximum': 10000}, 'name': {'title': 'Name', 'description': 'Filter the response by the name of the commodity.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'offset': {'type': 'integer', 'title': 'Offset', 'description': 'Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.', 'default': 0, 'minimum': 0}, 'output_format': {'type': 'string', 'title': 'OutputFormat', 'default': 'json', 'enum': ['csv', 'json']}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hdx
|
other
|
{'type': 'function', 'name': 'metadata_wfp_market_get', 'description': 'Provide physical market location information to use in conjunction with the food-prices endpoint\n\n\n**Query Parameters:**\n\n- **app_identifier** (Required): base64 encoded application name and email, as in `base64("app_name:email")`. This value can also be passed in the `X-HDX-HAPI-APP-IDENTIFIER` header. See the *encoded_app_identifier* endpoint.\n\n- **code**: Filter the response by the unique code identifying the market.\n\n- **name**: Filter the response by the name of the market.\n\n- **has_hrp**: Filter the response by the has_hrp flag. The has_hrp flag indicates whether a country has a Humanitarian Response Plan.\n\n- **in_gho**: Filter the response by the in_gho flag. The in_gho flag indicates whether a country is in the <a href="https://humanitarianaction.info/">Global Humanitarian Overview</a>.\n\n- **location_code**: Filter the response by a location (typically a country). The location codes use the ISO-3 (ISO 3166 alpha-3) codes. Use the metadata_location_get tool to get available location codes and names.\n\n- **location_name**: Filter the response by a location (typically a country). The location names are based on the "short name" from the <a href="https://unstats.un.org/unsd/methodology/m49/#fn2">UN M49 Standard</a>. Use the metadata_location_get tool to get available location codes and names.\n\n- **admin1_code**: Filter the response by the 1st subnational administrative divisions. The admin1 codes refer to the p-codes in the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a>. Use the metadata_admin1_get tool to get available admin1 codes and names.\n\n- **admin1_name**: Filter the response by the 1st subnational administrative divisions. The admin1 names refer to either the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a> or those provided in the original data source. Use the metadata_admin1_get tool to get available admin1 codes and names.\n\n- **admin2_code**: Filter the response by the 2nd subnational administrative divisions. The admin2 codes refer to the p-codes in the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a>. Use the metadata_admin2_get tool to get available admin2 codes and names.\n\n- **admin2_name**: Filter the response by the 2nd subnational administrative divisions. The admin2 names refer to either the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a> or those provided in the original data source. Use the metadata_admin2_get tool to get available admin2 codes and names.\n\n- **admin_level**: Filter the response by admin level.\n\n- **output_format**: No description.\n\n- **limit**: Maximum number of records to return. The system will not return more than 10,000 records.\n\n- **offset**: Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.\n\n\n**Responses:**\n\n- **200** (Success): Successful Response\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "data": [\n {\n "location_code": "string",\n "location_name": "string",\n "admin1_code": "unknown_type",\n "lon": "unknown_type",\n "admin2_code": "unknown_type",\n "admin_level": 1,\n "admin2_name": "unknown_type",\n "lat": "unknown_type",\n "admin1_name": "unknown_type",\n "name": "string",\n "code": "string"\n }\n ]\n}\n```\n\n- **400**: Bad Request\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": "string"\n}\n```\n\n- **422**: Validation Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": [\n {\n "loc": [\n "unknown_type"\n ],\n "msg": "string",\n "type": "string"\n }\n ]\n}\n```\n\n- **500**: Internal Server Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "error_sample_list": [\n "unknown"\n ],\n "error": "string"\n}\n```', 'parameters': {'type': 'object', 'properties': {'admin1_code': {'title': 'Admin1 Code', 'description': 'Filter the response by the 1st subnational administrative divisions. The admin1 codes refer to the p-codes in the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a>. Use the metadata_admin1_get tool to get available admin1 codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'admin1_name': {'title': 'Admin1 Name', 'description': 'Filter the response by the 1st subnational administrative divisions. The admin1 names refer to either the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a> or those provided in the original data source. Use the metadata_admin1_get tool to get available admin1 codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'admin2_code': {'title': 'Admin2 Code', 'description': 'Filter the response by the 2nd subnational administrative divisions. The admin2 codes refer to the p-codes in the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a>. Use the metadata_admin2_get tool to get available admin2 codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'admin2_name': {'title': 'Admin2 Name', 'description': 'Filter the response by the 2nd subnational administrative divisions. The admin2 names refer to either the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a> or those provided in the original data source. Use the metadata_admin2_get tool to get available admin2 codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'admin_level': {'title': 'Admin Level', 'description': 'Filter the response by admin level.', 'anyOf': [{'type': 'string', 'title': 'AdminLevel', 'enum': ['0', '1', '2']}, {'type': 'null'}]}, 'code': {'title': 'Code', 'description': 'Filter the response by the unique code identifying the market.', 'anyOf': [{'type': 'string', 'maxLength': 32}, {'type': 'null'}]}, 'has_hrp': {'title': 'Has Hrp', 'description': 'Filter the response by the has_hrp flag. The has_hrp flag indicates whether a country has a Humanitarian Response Plan.', 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'in_gho': {'title': 'In Gho', 'description': 'Filter the response by the in_gho flag. The in_gho flag indicates whether a country is in the <a href="https://humanitarianaction.info/">Global Humanitarian Overview</a>.', 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'limit': {'type': 'integer', 'title': 'Limit', 'description': 'Maximum number of records to return. The system will not return more than 10,000 records.', 'default': 10, 'minimum': 0, 'maximum': 10000}, 'location_code': {'title': 'Location Code', 'description': 'Filter the response by a location (typically a country). The location codes use the ISO-3 (ISO 3166 alpha-3) codes. Use the metadata_location_get tool to get available location codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'location_name': {'title': 'Location Name', 'description': 'Filter the response by a location (typically a country). The location names are based on the "short name" from the <a href="https://unstats.un.org/unsd/methodology/m49/#fn2">UN M49 Standard</a>. Use the metadata_location_get tool to get available location codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'name': {'title': 'Name', 'description': 'Filter the response by the name of the market.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'offset': {'type': 'integer', 'title': 'Offset', 'description': 'Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.', 'default': 0, 'minimum': 0}, 'output_format': {'type': 'string', 'title': 'OutputFormat', 'default': 'json', 'enum': ['csv', 'json']}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hdx
|
other
|
{'type': 'function', 'name': 'poverty_rate_get', 'description': 'Poverty rate data from the Oxford Department of International Development. See the more detailed technical <a href="https://hdx-hapi.readthedocs.io/en/latest/data_usage_guides/population_and_socio-economy/#poverty-rate">HDX HAPI documentation</a>, and the <a href="https://ophi.org.uk/global-mpi">Oxford Department of International Development</a> website.\n\n\n**Query Parameters:**\n\n- **app_identifier** (Required): base64 encoded application name and email, as in `base64("app_name:email")`. This value can also be passed in the `X-HDX-HAPI-APP-IDENTIFIER` header. See the *encoded_app_identifier* endpoint.\n\n- **mpi_min**: Multidimensional Poverty Index (MPI), lower bound.\n\n- **mpi_max**: Multidimensional Poverty Index (MPI), upper bound.\n\n- **has_hrp**: Filter the response by the has_hrp flag. The has_hrp flag indicates whether a country has a Humanitarian Response Plan.\n\n- **in_gho**: Filter the response by the in_gho flag. The in_gho flag indicates whether a country is in the <a href="https://humanitarianaction.info/">Global Humanitarian Overview</a>.\n\n- **start_date**: Filter entries to include rows where the reference period overlaps with or extends beyond this date, e.g. 2020, 2020-01, 2020-01-01 or 2020-01-01T00:00:00\n\n- **end_date**: Filter entries to include rows where the reference period overlaps with or begins prior to this date, e.g. 2020, 2020-01, 2020-01-01, 2020-01-01 or 2020-01-01T23:59:59\n\n- **location_code**: Filter the response by a location (typically a country). The location codes use the ISO-3 (ISO 3166 alpha-3) codes. Use the metadata_location_get tool to get available location codes and names.\n\n- **location_name**: Filter the response by a location (typically a country). The location names are based on the "short name" from the <a href="https://unstats.un.org/unsd/methodology/m49/#fn2">UN M49 Standard</a>. Use the metadata_location_get tool to get available location codes and names.\n\n- **admin1_code**: Filter the response by the 1st subnational administrative divisions. The admin1 codes refer to the p-codes in the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a>. Use the metadata_admin1_get tool to get available admin1 codes and names.\n\n- **admin1_name**: Filter the response by the 1st subnational administrative divisions. The admin1 names refer to either the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a> or those provided in the original data source. Use the metadata_admin1_get tool to get available admin1 codes and names.\n\n- **admin_level**: Filter the response by admin level.\n\n- **output_format**: No description.\n\n- **limit**: Maximum number of records to return. The system will not return more than 10,000 records.\n\n- **offset**: Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.\n\n\n**Responses:**\n\n- **200** (Success): Successful Response\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "data": [\n {\n "location_code": "string",\n "location_name": "string",\n "admin1_code": "unknown_type",\n "reference_period_start": "unknown_type",\n "headcount_ratio": 1.5,\n "vulnerable_to_poverty": 1.5,\n "intensity_of_deprivation": "unknown_type",\n "admin_level": 1,\n "mpi": 1.5,\n "admin1_name": "unknown_type",\n "reference_period_end": "unknown_type",\n "in_severe_poverty": 1.5,\n "resource_hdx_id": "string"\n }\n ]\n}\n```\n\n- **400**: Bad Request\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": "string"\n}\n```\n\n- **422**: Validation Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "detail": [\n {\n "loc": [\n "unknown_type"\n ],\n "msg": "string",\n "type": "string"\n }\n ]\n}\n```\n\n- **500**: Internal Server Error\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "error_sample_list": [\n "unknown"\n ],\n "error": "string"\n}\n```', 'parameters': {'type': 'object', 'properties': {'admin1_code': {'title': 'Admin1 Code', 'description': 'Filter the response by the 1st subnational administrative divisions. The admin1 codes refer to the p-codes in the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a>. Use the metadata_admin1_get tool to get available admin1 codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'admin1_name': {'title': 'Admin1 Name', 'description': 'Filter the response by the 1st subnational administrative divisions. The admin1 names refer to either the <a href="https://data.humdata.org/dashboards/cod?">Common Operational Datasets</a> or those provided in the original data source. Use the metadata_admin1_get tool to get available admin1 codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'admin_level': {'title': 'Admin Level', 'description': 'Filter the response by admin level.', 'anyOf': [{'type': 'string', 'title': 'AdminLevel', 'enum': ['0', '1', '2']}, {'type': 'null'}]}, 'end_date': {'title': 'End Date', 'description': 'Filter entries to include rows where the reference period overlaps with or begins prior to this date, e.g. 2020, 2020-01, 2020-01-01, 2020-01-01 or 2020-01-01T23:59:59', 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'has_hrp': {'title': 'Has Hrp', 'description': 'Filter the response by the has_hrp flag. The has_hrp flag indicates whether a country has a Humanitarian Response Plan.', 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'in_gho': {'title': 'In Gho', 'description': 'Filter the response by the in_gho flag. The in_gho flag indicates whether a country is in the <a href="https://humanitarianaction.info/">Global Humanitarian Overview</a>.', 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'limit': {'type': 'integer', 'title': 'Limit', 'description': 'Maximum number of records to return. The system will not return more than 10,000 records.', 'default': 10, 'minimum': 0, 'maximum': 10000}, 'location_code': {'title': 'Location Code', 'description': 'Filter the response by a location (typically a country). The location codes use the ISO-3 (ISO 3166 alpha-3) codes. Use the metadata_location_get tool to get available location codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 128}, {'type': 'null'}]}, 'location_name': {'title': 'Location Name', 'description': 'Filter the response by a location (typically a country). The location names are based on the "short name" from the <a href="https://unstats.un.org/unsd/methodology/m49/#fn2">UN M49 Standard</a>. Use the metadata_location_get tool to get available location codes and names.', 'anyOf': [{'type': 'string', 'maxLength': 512}, {'type': 'null'}]}, 'mpi_max': {'title': 'Mpi Max', 'description': 'Multidimensional Poverty Index (MPI), upper bound.', 'anyOf': [{'type': 'number'}, {'type': 'null'}]}, 'mpi_min': {'title': 'Mpi Min', 'description': 'Multidimensional Poverty Index (MPI), lower bound.', 'anyOf': [{'type': 'number'}, {'type': 'null'}]}, 'offset': {'type': 'integer', 'title': 'Offset', 'description': 'Number of records to skip in the response. Use in conjunction with the limit parameter to paginate.', 'default': 0, 'minimum': 0}, 'output_format': {'type': 'string', 'title': 'OutputFormat', 'default': 'json', 'enum': ['csv', 'json']}, 'start_date': {'title': 'Start Date', 'description': 'Filter entries to include rows where the reference period overlaps with or extends beyond this date, e.g. 2020, 2020-01, 2020-01-01 or 2020-01-01T00:00:00', 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hdx
|
other
|
{'type': 'function', 'name': 'util_version_get', 'description': 'Display the API and SQL Alchemy versions\n\n🔄 **Pagination**: You can page through results using `limit` and `offset` parameters (limit=records per page, offset=starting position).\n\n\n**Responses:**\n\n- **200** (Success): Successful Response\n - Content-Type: `application/json`\n\n - **Response Properties:**\n\n - **Example:**\n```json\n{\n "api_version": "string",\n "hapi_sqlalchemy_schema_version": "string"\n}\n```', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'DNS_deleteDNSRecordsV1', 'description': 'Delete DNS records for the selected domain.\n\nTo filter which records to delete, add the `name` of the record and `type` to the filter. \nMultiple filters can be provided with single request.\n\nIf you have multiple records with the same name and type, and you want to delete only part of them,\nrefer to the `Update zone records` endpoint.\n\nUse this endpoint to remove specific DNS records from domains.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}}, 'required': ['domain'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'DNS_getDNSRecordsV1', 'description': 'Retrieve DNS zone records for a specific domain.\n\nUse this endpoint to view current DNS configuration for domain management.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}}, 'required': ['domain'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'DNS_getDNSSnapshotListV1', 'description': 'Retrieve DNS snapshots for a domain.\n\nUse this endpoint to view available DNS backup points for restoration.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}}, 'required': ['domain'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'DNS_getDNSSnapshotV1', 'description': 'Retrieve particular DNS snapshot with contents of DNS zone records.\n\nUse this endpoint to view historical DNS configurations for domains.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}, 'snapshotId': {'type': 'integer', 'description': 'Snapshot ID'}}, 'required': ['domain', 'snapshotId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'DNS_resetDNSRecordsV1', 'description': 'Reset DNS zone to the default records.\n\nUse this endpoint to restore domain DNS to original configuration.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}, 'reset_email_records': {'type': 'boolean', 'description': 'Determines if email records should be reset'}, 'sync': {'type': 'boolean', 'description': 'Determines if operation should be run synchronously'}, 'whitelisted_record_types': {'type': 'array', 'description': 'Specifies which record types to not reset', 'items': {'type': 'string', 'description': 'whitelisted_record_types parameter'}}}, 'required': ['domain'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'DNS_restoreDNSSnapshotV1', 'description': 'Restore DNS zone to the selected snapshot.\n\nUse this endpoint to revert domain DNS to a previous configuration.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}, 'snapshotId': {'type': 'integer', 'description': 'Snapshot ID'}}, 'required': ['domain', 'snapshotId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'DNS_updateDNSRecordsV1', 'description': 'Update DNS records for the selected domain.\n\nUsing `overwrite = true` will replace existing records with the provided ones. \nOtherwise existing records will be updated and new records will be added.\n\nUse this endpoint to modify domain DNS configuration.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}, 'overwrite': {'type': 'boolean', 'description': "If `true`, resource records (RRs) matching name and type will be deleted and new RRs will be created, otherwise resource records' ttl's are updated and new records are appended. If no matching RRs are found, they are created."}, 'zone': {'type': 'array', 'description': 'zone parameter', 'items': {'type': 'object', 'description': 'zone parameter', 'required': ['name', 'records', 'type'], 'properties': {'name': {'type': 'string', 'description': 'Name of the record (use `@` for wildcard name)'}, 'records': {'type': 'array', 'description': 'Records assigned to the name', 'items': {'type': 'object', 'description': 'records parameter', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': 'Content of the name record'}}}}, 'ttl': {'type': 'integer', 'description': 'TTL (Time-To-Live) of the record'}, 'type': {'type': 'string', 'description': 'Type of the record', 'enum': ['A', 'AAAA', 'CNAME', 'ALIAS', 'MX', 'TXT', 'NS', 'SOA', 'SRV', 'CAA']}}}}}, 'required': ['domain', 'zone'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'DNS_validateDNSRecordsV1', 'description': 'Validate DNS records prior to update for the selected domain.\n\nIf the validation is successful, the response will contain `200 Success` code.\nIf there is validation error, the response will fail with `422 Validation error` code.\n\nUse this endpoint to verify DNS record validity before applying changes.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}, 'overwrite': {'type': 'boolean', 'description': "If `true`, resource records (RRs) matching name and type will be deleted and new RRs will be created, otherwise resource records' ttl's are updated and new records are appended. If no matching RRs are found, they are created."}, 'zone': {'type': 'array', 'description': 'zone parameter', 'items': {'type': 'object', 'description': 'zone parameter', 'required': ['name', 'records', 'type'], 'properties': {'name': {'type': 'string', 'description': 'Name of the record (use `@` for wildcard name)'}, 'records': {'type': 'array', 'description': 'Records assigned to the name', 'items': {'type': 'object', 'description': 'records parameter', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': 'Content of the name record'}}}}, 'ttl': {'type': 'integer', 'description': 'TTL (Time-To-Live) of the record'}, 'type': {'type': 'string', 'description': 'Type of the record', 'enum': ['A', 'AAAA', 'CNAME', 'ALIAS', 'MX', 'TXT', 'NS', 'SOA', 'SRV', 'CAA']}}}}}, 'required': ['domain', 'zone'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_activateFirewallV1', 'description': 'Activate a firewall for a specified virtual machine.\n\nOnly one firewall can be active for a virtual machine at a time.\n\nUse this endpoint to apply firewall rules to VPS instances.', 'parameters': {'type': 'object', 'properties': {'firewallId': {'type': 'integer', 'description': 'Firewall ID'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['firewallId', 'virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_attachPublicKeyV1', 'description': 'Attach existing public keys from your account to a specified virtual machine.\n\nMultiple keys can be attached to a single virtual machine.\n\nUse this endpoint to enable SSH key authentication for VPS instances.', 'parameters': {'type': 'object', 'properties': {'ids': {'type': 'array', 'description': 'Public Key IDs to attach', 'items': {'type': 'integer', 'description': 'ids parameter'}}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'ids'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_createFirewallRuleV1', 'description': 'Create new firewall rule for a specified firewall.\n\nBy default, the firewall drops all incoming traffic, which means you must add accept rules for all ports you want to use.\n\nAny virtual machine that has this firewall activated will lose sync with the firewall and will have to be synced again manually.\n\nUse this endpoint to add new security rules to firewalls.', 'parameters': {'type': 'object', 'properties': {'firewallId': {'type': 'integer', 'description': 'Firewall ID'}, 'port': {'type': 'string', 'description': 'Port or port range, ex: 1024:2048'}, 'protocol': {'type': 'string', 'description': 'protocol parameter', 'enum': ['TCP', 'UDP', 'ICMP', 'GRE', 'any', 'ESP', 'AH', 'ICMPv6', 'SSH', 'HTTP', 'HTTPS', 'MySQL', 'PostgreSQL']}, 'source': {'type': 'string', 'description': 'source parameter', 'enum': ['any', 'custom']}, 'source_detail': {'type': 'string', 'description': 'IP range, CIDR, single IP or `any`'}}, 'required': ['firewallId', 'protocol', 'port', 'source', 'source_detail'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_createNewFirewallV1', 'description': 'Create a new firewall.\n\nUse this endpoint to set up new firewall configurations for VPS security.', 'parameters': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'name parameter'}}, 'required': ['name'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_createNewProjectV1', 'description': 'Deploy new project from docker-compose.yaml contents or download contents from URL. \n\nURL can be Github repository url in format https://github.com/[user]/[repo] and it will be automatically resolved to \ndocker-compose.yaml file in master branch. Any other URL provided must return docker-compose.yaml file contents.\n\nIf project with the same name already exists, existing project will be replaced.', 'parameters': {'type': 'object', 'properties': {'content': {'type': 'string', 'description': 'URL pointing to docker-compose.yaml file, Github repository or raw YAML content of the compose file'}, 'environment': {'type': 'string', 'description': 'Project environment variables'}, 'project_name': {'type': 'string', 'description': 'Docker Compose project name using alphanumeric characters, dashes, and underscores only'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'project_name', 'content'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_createPTRRecordV1', 'description': 'Create or update a PTR (Pointer) record for a specified virtual machine.\n\nUse this endpoint to configure reverse DNS lookup for VPS IP addresses.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Pointer record domain'}, 'ipAddressId': {'type': 'integer', 'description': 'IP Address ID'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'ipAddressId', 'domain'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_createPostInstallScriptV1', 'description': 'Add a new post-install script to your account, which can then be used after virtual machine installation.\n\nThe script contents will be saved to the file `/post_install` with executable attribute set and will be executed once virtual machine is installed.\nThe output of the script will be redirected to `/post_install.log`. Maximum script size is 48KB.\n\nUse this endpoint to create automation scripts for VPS setup tasks.', 'parameters': {'type': 'object', 'properties': {'content': {'type': 'string', 'description': 'Content of the script'}, 'name': {'type': 'string', 'description': 'Name of the script'}}, 'required': ['name', 'content'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_createPublicKeyV1', 'description': 'Add a new public key to your account.\n\nUse this endpoint to register SSH keys for VPS authentication.', 'parameters': {'type': 'object', 'properties': {'key': {'type': 'string', 'description': 'key parameter'}, 'name': {'type': 'string', 'description': 'name parameter'}}, 'required': ['name', 'key'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_createSnapshotV1', 'description': 'Create a snapshot of a specified virtual machine.\n\nA snapshot captures the state and data of the virtual machine at a specific point in time, \nallowing users to restore the virtual machine to that state if needed. \nThis operation is useful for backup purposes, system recovery, \nand testing changes without affecting the current state of the virtual machine.\n\n**Creating new snapshot will overwrite the existing snapshot!**\n\nUse this endpoint to capture VPS state for backup and recovery purposes.', 'parameters': {'type': 'object', 'properties': {'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_deactivateFirewallV1', 'description': 'Deactivate a firewall for a specified virtual machine.\n\nUse this endpoint to remove firewall protection from VPS instances.', 'parameters': {'type': 'object', 'properties': {'firewallId': {'type': 'integer', 'description': 'Firewall ID'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['firewallId', 'virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_deleteFirewallRuleV1', 'description': 'Delete a specific firewall rule from a specified firewall.\n\nAny virtual machine that has this firewall activated will lose sync with the firewall and will have to be synced again manually.\n \nUse this endpoint to remove specific firewall rules.', 'parameters': {'type': 'object', 'properties': {'firewallId': {'type': 'integer', 'description': 'Firewall ID'}, 'ruleId': {'type': 'integer', 'description': 'Firewall Rule ID'}}, 'required': ['firewallId', 'ruleId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_deleteFirewallV1', 'description': 'Delete a specified firewall.\n\nAny virtual machine that has this firewall activated will automatically have it deactivated.\n\nUse this endpoint to remove unused firewall configurations.', 'parameters': {'type': 'object', 'properties': {'firewallId': {'type': 'integer', 'description': 'Firewall ID'}}, 'required': ['firewallId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_deletePTRRecordV1', 'description': "Delete a PTR (Pointer) record for a specified virtual machine.\n\nOnce deleted, reverse DNS lookups to the virtual machine's IP address will no longer return the previously configured hostname.\n\nUse this endpoint to remove reverse DNS configuration from VPS instances.", 'parameters': {'type': 'object', 'properties': {'ipAddressId': {'type': 'integer', 'description': 'IP Address ID'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'ipAddressId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_deletePostInstallScriptV1', 'description': 'Delete a post-install script from your account.\n \nUse this endpoint to remove unused automation scripts.', 'parameters': {'type': 'object', 'properties': {'postInstallScriptId': {'type': 'integer', 'description': 'Post-install script ID'}}, 'required': ['postInstallScriptId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_deleteProjectV1', 'description': 'Completely removes a Docker Compose project from the virtual machine, stopping all containers and cleaning up \nassociated resources including networks, volumes, and images. \n\nThis operation is irreversible and will delete all project data. \n\nUse this when you want to permanently remove a project and free up system resources.', 'parameters': {'type': 'object', 'properties': {'projectName': {'type': 'string', 'description': 'Docker Compose project name using alphanumeric characters, dashes, and underscores only'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'projectName'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_deletePublicKeyV1', 'description': 'Delete a public key from your account. \n\n**Deleting public key from account does not remove it from virtual machine** \n \nUse this endpoint to remove unused SSH keys from account.', 'parameters': {'type': 'object', 'properties': {'publicKeyId': {'type': 'integer', 'description': 'Public Key ID'}}, 'required': ['publicKeyId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_deleteSnapshotV1', 'description': 'Delete a snapshot of a specified virtual machine.\n\nUse this endpoint to remove VPS snapshots.', 'parameters': {'type': 'object', 'properties': {'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getActionDetailsV1', 'description': 'Retrieve detailed information about a specific action performed on a specified virtual machine.\n\nUse this endpoint to monitor specific VPS operation status and details.', 'parameters': {'type': 'object', 'properties': {'actionId': {'type': 'integer', 'description': 'Action ID'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'actionId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getActionsV1', 'description': 'Retrieve actions performed on a specified virtual machine.\n\nActions are operations or events that have been executed on the virtual machine, such as starting, stopping, or modifying \nthe machine. This endpoint allows you to view the history of these actions, providing details about each action, \nsuch as the action name, timestamp, and status.\n\nUse this endpoint to view VPS operation history and troubleshoot issues.', 'parameters': {'type': 'object', 'properties': {'page': {'type': 'integer', 'description': 'Page number'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getAttachedPublicKeysV1', 'description': 'Retrieve public keys attached to a specified virtual machine.\n\nUse this endpoint to view SSH keys configured for specific VPS instances.', 'parameters': {'type': 'object', 'properties': {'page': {'type': 'integer', 'description': 'Page number'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getBackupsV1', 'description': 'Retrieve backups for a specified virtual machine.\n\nUse this endpoint to view available backup points for VPS data recovery.', 'parameters': {'type': 'object', 'properties': {'page': {'type': 'integer', 'description': 'Page number'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getDataCenterListV1', 'description': 'Retrieve all available data centers.\n\nUse this endpoint to view location options before deploying VPS instances.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getFirewallDetailsV1', 'description': 'Retrieve firewall by its ID and rules associated with it.\n\nUse this endpoint to view specific firewall configuration and rules.', 'parameters': {'type': 'object', 'properties': {'firewallId': {'type': 'integer', 'description': 'Firewall ID'}}, 'required': ['firewallId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getFirewallListV1', 'description': 'Retrieve all available firewalls.\n\nUse this endpoint to view existing firewall configurations.', 'parameters': {'type': 'object', 'properties': {'page': {'type': 'integer', 'description': 'Page number'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getMetricsV1', 'description': 'Retrieve historical metrics for a specified virtual machine.\n\nIt includes the following metrics: \n- CPU usage\n- Memory usage\n- Disk usage\n- Network usage\n- Uptime\n\nUse this endpoint to monitor VPS performance and resource utilization over time.', 'parameters': {'type': 'object', 'properties': {'date_from': {'type': 'string', 'description': 'date_from parameter'}, 'date_to': {'type': 'string', 'description': 'date_to parameter'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'date_from', 'date_to'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getPostInstallScriptV1', 'description': 'Retrieve post-install script by its ID.\n\nUse this endpoint to view specific automation script details.', 'parameters': {'type': 'object', 'properties': {'postInstallScriptId': {'type': 'integer', 'description': 'Post-install script ID'}}, 'required': ['postInstallScriptId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getPostInstallScriptsV1', 'description': 'Retrieve post-install scripts associated with your account.\n\nUse this endpoint to view available automation scripts for VPS deployment.', 'parameters': {'type': 'object', 'properties': {'page': {'type': 'integer', 'description': 'Page number'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getProjectContainersV1', 'description': 'Retrieves a list of all containers belonging to a specific Docker Compose project on the virtual machine. \n\nThis endpoint returns detailed information about each container including their current status, port mappings, and runtime configuration. \n\nUse this to monitor the health and state of all services within your Docker Compose project.', 'parameters': {'type': 'object', 'properties': {'projectName': {'type': 'string', 'description': 'Docker Compose project name using alphanumeric characters, dashes, and underscores only'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'projectName'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getProjectContentsV1', 'description': 'Retrieves the complete project information including the docker-compose.yml file contents, project metadata, and current deployment status. \n\nThis endpoint provides the full configuration and state details of a specific Docker Compose project. \n\nUse this to inspect project settings, review the compose file, or check the overall project health.', 'parameters': {'type': 'object', 'properties': {'projectName': {'type': 'string', 'description': 'Docker Compose project name using alphanumeric characters, dashes, and underscores only'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'projectName'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getProjectListV1', 'description': 'Retrieves a list of all Docker Compose projects currently deployed on the virtual machine. \n\nThis endpoint returns basic information about each project including name, status, file path and list of containers with \ndetails about their names, image, status, health and ports. Container stats are omitted in this endpoint.\nIf you need to get detailed information about container with stats included, use the `Get project containers` endpoint. \n\nUse this to get an overview of all Docker projects on your VPS instance.', 'parameters': {'type': 'object', 'properties': {'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getProjectLogsV1', 'description': 'Retrieves aggregated log entries from all services within a Docker Compose project. \n\nThis endpoint returns recent log output from each container, organized by service name with timestamps. \nThe response contains the last 300 log entries across all services. \n\nUse this for debugging, monitoring application behavior, and troubleshooting issues across your entire project stack.', 'parameters': {'type': 'object', 'properties': {'projectName': {'type': 'string', 'description': 'Docker Compose project name using alphanumeric characters, dashes, and underscores only'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'projectName'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getPublicKeysV1', 'description': 'Retrieve public keys associated with your account.\n\nUse this endpoint to view available SSH keys for VPS authentication.', 'parameters': {'type': 'object', 'properties': {'page': {'type': 'integer', 'description': 'Page number'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getScanMetricsV1', 'description': 'Retrieve scan metrics for the [Monarx](https://www.monarx.com/) malware scanner installed on a specified virtual machine.\n\nThe scan metrics provide detailed information about malware scans performed by Monarx, including number of scans, \ndetected threats, and other relevant statistics. This information is useful for monitoring security status of the \nvirtual machine and assessing effectiveness of the malware scanner.\n\nUse this endpoint to monitor VPS security scan results and threat detection.', 'parameters': {'type': 'object', 'properties': {'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getSnapshotV1', 'description': 'Retrieve snapshot for a specified virtual machine.\n\nUse this endpoint to view current VPS snapshot information.', 'parameters': {'type': 'object', 'properties': {'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getTemplateDetailsV1', 'description': 'Retrieve detailed information about a specific OS template for virtual machines.\n\nUse this endpoint to view specific template specifications before deployment.', 'parameters': {'type': 'object', 'properties': {'templateId': {'type': 'integer', 'description': 'Template ID'}}, 'required': ['templateId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getTemplatesV1', 'description': 'Retrieve available OS templates for virtual machines.\n\nUse this endpoint to view operating system options before creating or recreating VPS instances.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getVirtualMachineDetailsV1', 'description': 'Retrieve detailed information about a specified virtual machine.\n\nUse this endpoint to view comprehensive VPS configuration and status.', 'parameters': {'type': 'object', 'properties': {'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_getVirtualMachinesV1', 'description': 'Retrieve all available virtual machines.\n\nUse this endpoint to view available VPS instances.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_installMonarxV1', 'description': 'Install the Monarx malware scanner on a specified virtual machine.\n\n[Monarx](https://www.monarx.com/) is a security tool designed to detect and prevent malware infections on virtual machines. \nBy installing Monarx, users can enhance the security of their virtual machines, ensuring that they are protected against malicious software.\n\nUse this endpoint to enable malware protection on VPS instances.', 'parameters': {'type': 'object', 'properties': {'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_purchaseNewVirtualMachineV1', 'description': 'Purchase and setup a new virtual machine.\n\nIf virtual machine setup fails for any reason, login to [hPanel](https://hpanel.hostinger.com/) and complete the setup manually.\n\nIf no payment method is provided, your default payment method will be used automatically.\n\nUse this endpoint to create new VPS instances.', 'parameters': {'type': 'object', 'properties': {'coupons': {'type': 'array', 'description': 'Discount coupon codes', 'items': {'type': 'string', 'description': 'coupons parameter'}}, 'item_id': {'type': 'string', 'description': 'Catalog price item ID'}, 'payment_method_id': {'type': 'integer', 'description': 'Payment method ID, default will be used if not provided'}, 'setup': {'type': 'string', 'description': 'setup parameter'}}, 'required': ['item_id', 'setup'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_recreateVirtualMachineV1', 'description': 'Recreate a virtual machine from scratch.\n\nThe recreation process involves reinstalling the operating system and resetting the virtual machine to its initial state.\nSnapshots, if there are any, will be deleted.\n\n## Password Requirements\nPassword will be checked against leaked password databases. \nRequirements for the password are:\n- At least 8 characters long\n- At least one uppercase letter\n- At least one lowercase letter\n- At least one number\n- Is not leaked publicly\n\n**This operation is irreversible and will result in the loss of all data stored on the virtual machine!**\n\nUse this endpoint to completely rebuild VPS instances with fresh OS installation.', 'parameters': {'type': 'object', 'properties': {'panel_password': {'type': 'string', 'description': 'Panel password for the panel-based OS template. If not provided, random password will be generated. If OS does not support panel_password this field will be ignored. Password will not be shown in the response.'}, 'password': {'type': 'string', 'description': 'Root password for the virtual machine. If not provided, random password will be generated. Password will not be shown in the response.'}, 'post_install_script_id': {'type': 'integer', 'description': 'Post-install script to execute after virtual machine was recreated'}, 'template_id': {'type': 'integer', 'description': 'Template ID'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'template_id'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_resetHostnameV1', 'description': 'Reset hostname and PTR record of a specified virtual machine to default value.\n\nUse this endpoint to restore default hostname configuration for VPS instances.', 'parameters': {'type': 'object', 'properties': {'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_restartProjectV1', 'description': 'Restarts all services in a Docker Compose project by stopping and starting containers in the correct dependency order. \n\nThis operation preserves data volumes and network configurations while refreshing the running containers. \n\nUse this to apply configuration changes or recover from service failures.', 'parameters': {'type': 'object', 'properties': {'projectName': {'type': 'string', 'description': 'Docker Compose project name using alphanumeric characters, dashes, and underscores only'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'projectName'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_restartVirtualMachineV1', 'description': 'Restart a specified virtual machine by fully stopping and starting it.\n\nIf the virtual machine was stopped, it will be started.\n\nUse this endpoint to reboot VPS instances.', 'parameters': {'type': 'object', 'properties': {'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_restoreBackupV1', 'description': 'Restore a backup for a specified virtual machine.\n\nThe system will then initiate the restore process, which may take some time depending on the size of the backup.\n\n**All data on the virtual machine will be overwritten with the data from the backup.**\n\nUse this endpoint to recover VPS data from backup points.', 'parameters': {'type': 'object', 'properties': {'backupId': {'type': 'integer', 'description': 'Backup ID'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'backupId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_restoreSnapshotV1', 'description': 'Restore a specified virtual machine to a previous state using a snapshot.\n\nRestoring from a snapshot allows users to revert the virtual machine to that state, which is useful for system recovery, undoing changes, or testing.\n\nUse this endpoint to revert VPS instances to previous saved states.', 'parameters': {'type': 'object', 'properties': {'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_setHostnameV1', 'description': 'Set hostname for a specified virtual machine.\n\nChanging hostname does not update PTR record automatically.\nIf you want your virtual machine to be reachable by a hostname, \nyou need to point your domain A/AAAA records to virtual machine IP as well.\n\nUse this endpoint to configure custom hostnames for VPS instances.', 'parameters': {'type': 'object', 'properties': {'hostname': {'type': 'string', 'description': 'hostname parameter'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'hostname'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_setNameserversV1', 'description': 'Set nameservers for a specified virtual machine.\n\nBe aware, that improper nameserver configuration can lead to the virtual machine being unable to resolve domain names.\n\nUse this endpoint to configure custom DNS resolvers for VPS instances.', 'parameters': {'type': 'object', 'properties': {'ns1': {'type': 'string', 'description': 'ns1 parameter'}, 'ns2': {'type': 'string', 'description': 'ns2 parameter'}, 'ns3': {'type': 'string', 'description': 'ns3 parameter'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'ns1'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_setPanelPasswordV1', 'description': 'Set panel password for a specified virtual machine.\n\nIf virtual machine does not use panel OS, the request will still be processed without any effect.\nRequirements for password are same as in the [recreate virtual machine endpoint](/#tag/vps-virtual-machine/POST/api/vps/v1/virtual-machines/{virtualMachineId}/recreate).\n\nUse this endpoint to configure control panel access credentials for VPS instances.', 'parameters': {'type': 'object', 'properties': {'password': {'type': 'string', 'description': 'Panel password for the virtual machine'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'password'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_setRootPasswordV1', 'description': 'Set root password for a specified virtual machine.\n\nRequirements for password are same as in the [recreate virtual machine endpoint](/#tag/vps-virtual-machine/POST/api/vps/v1/virtual-machines/{virtualMachineId}/recreate).\n\nUse this endpoint to update administrator credentials for VPS instances.', 'parameters': {'type': 'object', 'properties': {'password': {'type': 'string', 'description': 'Root password for the virtual machine'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'password'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_setupPurchasedVirtualMachineV1', 'description': 'Setup newly purchased virtual machine with `initial` state.\n\nUse this endpoint to configure and initialize purchased VPS instances.', 'parameters': {'type': 'object', 'properties': {'data_center_id': {'type': 'integer', 'description': 'Data center ID'}, 'enable_backups': {'type': 'boolean', 'description': 'Enable weekly backup schedule'}, 'hostname': {'type': 'string', 'description': 'Override default hostname of the virtual machine'}, 'install_monarx': {'type': 'boolean', 'description': 'Install Monarx malware scanner (if supported)'}, 'ns1': {'type': 'string', 'description': 'Name server 1'}, 'ns2': {'type': 'string', 'description': 'Name server 2'}, 'password': {'type': 'string', 'description': 'Password for the virtual machine. If not provided, random password will be generated. Password will not be shown in the response.'}, 'post_install_script_id': {'type': 'integer', 'description': 'Post-install script ID'}, 'public_key': {'type': 'object', 'description': 'Use SSH key', 'properties': {'key': {'type': 'string', 'description': 'Contents of the SSH key'}, 'name': {'type': 'string', 'description': 'Name of the SSH key'}}}, 'template_id': {'type': 'integer', 'description': 'Template ID'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'data_center_id', 'template_id'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_startProjectV1', 'description': 'Starts all services in a Docker Compose project that are currently stopped. \n\nThis operation brings up containers in the correct dependency order as defined in the compose file. \n\nUse this to resume a project that was previously stopped or to start services after a system reboot.', 'parameters': {'type': 'object', 'properties': {'projectName': {'type': 'string', 'description': 'Docker Compose project name using alphanumeric characters, dashes, and underscores only'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'projectName'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_startRecoveryModeV1', 'description': 'Initiate recovery mode for a specified virtual machine.\n\nRecovery mode is a special state that allows users to perform system rescue operations, \nsuch as repairing file systems, recovering data, or troubleshooting issues that prevent the virtual machine \nfrom booting normally. \n\nVirtual machine will boot recovery disk image and original disk image will be mounted in `/mnt` directory.\n\nUse this endpoint to enable system rescue operations on VPS instances.', 'parameters': {'type': 'object', 'properties': {'root_password': {'type': 'string', 'description': 'Temporary root password for recovery mode'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'root_password'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_startVirtualMachineV1', 'description': 'Start a specified virtual machine.\n\nIf the virtual machine is already running, the request will still be processed without any effect.\n\nUse this endpoint to power on stopped VPS instances.', 'parameters': {'type': 'object', 'properties': {'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_stopProjectV1', 'description': 'Stops all running services in a Docker Compose project while preserving container configurations and data volumes. \n\nThis operation gracefully shuts down containers in reverse dependency order. \n\nUse this to temporarily halt a project without removing data or configurations.', 'parameters': {'type': 'object', 'properties': {'projectName': {'type': 'string', 'description': 'Docker Compose project name using alphanumeric characters, dashes, and underscores only'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'projectName'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_stopRecoveryModeV1', 'description': 'Stop recovery mode for a specified virtual machine.\n\nIf virtual machine is not in recovery mode, this operation will fail.\n\nUse this endpoint to exit system rescue mode and return VPS to normal operation.', 'parameters': {'type': 'object', 'properties': {'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_stopVirtualMachineV1', 'description': 'Stop a specified virtual machine.\n\nIf the virtual machine is already stopped, the request will still be processed without any effect.\n\nUse this endpoint to power off running VPS instances.', 'parameters': {'type': 'object', 'properties': {'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_syncFirewallV1', 'description': 'Sync a firewall for a specified virtual machine.\n\nFirewall can lose sync with virtual machine if the firewall has new rules added, removed or updated.\n\nUse this endpoint to apply updated firewall rules to VPS instances.', 'parameters': {'type': 'object', 'properties': {'firewallId': {'type': 'integer', 'description': 'Firewall ID'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['firewallId', 'virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_uninstallMonarxV1', 'description': 'Uninstall the Monarx malware scanner on a specified virtual machine.\n\nIf Monarx is not installed, the request will still be processed without any effect.\n\nUse this endpoint to remove malware scanner from VPS instances.', 'parameters': {'type': 'object', 'properties': {'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_updateFirewallRuleV1', 'description': 'Update a specific firewall rule from a specified firewall.\n\nAny virtual machine that has this firewall activated will lose sync with the firewall and will have to be synced again manually.\n\nUse this endpoint to modify existing firewall rules.', 'parameters': {'type': 'object', 'properties': {'firewallId': {'type': 'integer', 'description': 'Firewall ID'}, 'port': {'type': 'string', 'description': 'Port or port range, ex: 1024:2048'}, 'protocol': {'type': 'string', 'description': 'protocol parameter', 'enum': ['TCP', 'UDP', 'ICMP', 'GRE', 'any', 'ESP', 'AH', 'ICMPv6', 'SSH', 'HTTP', 'HTTPS', 'MySQL', 'PostgreSQL']}, 'ruleId': {'type': 'integer', 'description': 'Firewall Rule ID'}, 'source': {'type': 'string', 'description': 'source parameter', 'enum': ['any', 'custom']}, 'source_detail': {'type': 'string', 'description': 'IP range, CIDR, single IP or `any`'}}, 'required': ['firewallId', 'ruleId', 'protocol', 'port', 'source', 'source_detail'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_updatePostInstallScriptV1', 'description': 'Update a specific post-install script.\n\nUse this endpoint to modify existing automation scripts.', 'parameters': {'type': 'object', 'properties': {'content': {'type': 'string', 'description': 'Content of the script'}, 'name': {'type': 'string', 'description': 'Name of the script'}, 'postInstallScriptId': {'type': 'integer', 'description': 'Post-install script ID'}}, 'required': ['postInstallScriptId', 'name', 'content'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'VPS_updateProjectV1', 'description': 'Updates a Docker Compose project by pulling the latest image versions and recreating containers with new configurations. \n\nThis operation preserves data volumes while applying changes from the compose file. \n\nUse this to deploy application updates, apply configuration changes, or refresh container images to their latest versions.', 'parameters': {'type': 'object', 'properties': {'projectName': {'type': 'string', 'description': 'Docker Compose project name using alphanumeric characters, dashes, and underscores only'}, 'virtualMachineId': {'type': 'integer', 'description': 'Virtual Machine ID'}}, 'required': ['virtualMachineId', 'projectName'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'billing_cancelSubscriptionV1', 'description': 'Cancel a subscription and stop any further billing.\n\nUse this endpoint when users want to terminate active services.', 'parameters': {'type': 'object', 'properties': {'subscriptionId': {'type': 'string', 'description': 'Subscription ID'}}, 'required': ['subscriptionId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'billing_createServiceOrderV1', 'description': 'Create a new service order. \n\n**DEPRECATED**\n\nTo purchase a domain, use [`POST /api/domains/v1/portfolio`](/#tag/domains-portfolio/POST/api/domains/v1/portfolio) instead.\n\nTo purchase a VPS, use [`POST /api/vps/v1/virtual-machines`](/#tag/vps-virtual-machine/POST/api/vps/v1/virtual-machines) instead.\n\n\nTo place order, you need to provide payment method ID and list of price items from the catalog endpoint together with quantity.\nCoupons also can be provided during order creation.\n\nOrders created using this endpoint will be set for automatic renewal.\n\nSome `credit_card` payments might need additional verification, rendering purchase unprocessed.\nWe recommend use other payment methods than `credit_card` if you encounter this issue.', 'parameters': {'type': 'object', 'properties': {'coupons': {'type': 'array', 'description': 'Discount coupon codes', 'items': {'type': 'string', 'description': 'coupons parameter'}}, 'items': {'type': 'array', 'description': 'items parameter', 'items': {'type': 'object', 'description': 'items parameter', 'required': ['item_id', 'quantity'], 'properties': {'item_id': {'type': 'string', 'description': 'Price Item ID'}, 'quantity': {'type': 'integer', 'description': 'quantity parameter'}}}}, 'payment_method_id': {'type': 'integer', 'description': 'Payment method ID'}}, 'required': ['payment_method_id', 'items'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'billing_deletePaymentMethodV1', 'description': 'Delete a payment method from your account.\n\nUse this endpoint to remove unused payment methods from user accounts.', 'parameters': {'type': 'object', 'properties': {'paymentMethodId': {'type': 'integer', 'description': 'Payment method ID'}}, 'required': ['paymentMethodId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'billing_getCatalogItemListV1', 'description': 'Retrieve catalog items available for order.\n\nPrices in catalog items is displayed as cents (without floating point), e.g: float `17.99` is displayed as integer `1799`.\n\nUse this endpoint to view available services and pricing before placing orders.', 'parameters': {'type': 'object', 'properties': {'category': {'type': 'string', 'description': 'Filter catalog items by category', 'enum': ['DOMAIN', 'VPS']}, 'name': {'type': 'string', 'description': 'Filter catalog items by name. Use `*` for wildcard search, e.g. `.COM*` to find .com domain'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'billing_getPaymentMethodListV1', 'description': 'Retrieve available payment methods that can be used for placing new orders.\n\nIf you want to add new payment method, please use [hPanel](https://hpanel.hostinger.com/billing/payment-methods).\n\nUse this endpoint to view available payment options before creating orders.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'billing_getSubscriptionListV1', 'description': 'Retrieve a list of all subscriptions associated with your account.\n\nUse this endpoint to monitor active services and billing status.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'billing_setDefaultPaymentMethodV1', 'description': 'Set the default payment method for your account.\n\nUse this endpoint to configure the primary payment method for future orders.', 'parameters': {'type': 'object', 'properties': {'paymentMethodId': {'type': 'integer', 'description': 'Payment method ID'}}, 'required': ['paymentMethodId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'domains_checkDomainAvailabilityV1', 'description': 'Check availability of domain names across multiple TLDs.\n\nMultiple TLDs can be checked at once.\nIf you want alternative domains with response, provide only one TLD and set `with_alternatives` to `true`.\nTLDs should be provided without leading dot (e.g. `com`, `net`, `org`).\n\nEndpoint has rate limit of 10 requests per minute.\n\nUse this endpoint to verify domain availability before purchase.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name (without TLD)'}, 'tlds': {'type': 'array', 'description': 'TLDs list', 'items': {'type': 'string', 'description': 'TLD without leading dot'}}, 'with_alternatives': {'type': 'boolean', 'description': 'Should response include alternatives'}}, 'required': ['domain', 'tlds'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'domains_createDomainForwardingV1', 'description': 'Create domain forwarding configuration.\n\nUse this endpoint to set up domain redirects to other URLs.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}, 'redirect_type': {'type': 'string', 'description': 'Redirect type', 'enum': ['301', '302']}, 'redirect_url': {'type': 'string', 'description': 'URL to forward domain to'}}, 'required': ['domain', 'redirect_type', 'redirect_url'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'domains_createWHOISProfileV1', 'description': 'Create WHOIS contact profile.\n\nUse this endpoint to add new contact information for domain registration.', 'parameters': {'type': 'object', 'properties': {'country': {'type': 'string', 'description': 'ISO 3166 2-letter country code'}, 'entity_type': {'type': 'string', 'description': 'Legal entity type', 'enum': ['individual', 'organization']}, 'tld': {'type': 'string', 'description': 'TLD of the domain (without leading dot)'}, 'tld_details': {'type': 'object', 'description': 'TLD details'}, 'whois_details': {'type': 'object', 'description': 'WHOIS details'}}, 'required': ['tld', 'entity_type', 'country', 'whois_details'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'domains_deleteDomainForwardingV1', 'description': 'Delete domain forwarding data.\n\nUse this endpoint to remove redirect configuration from domains.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}}, 'required': ['domain'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'domains_deleteWHOISProfileV1', 'description': 'Delete WHOIS contact profile.\n\nUse this endpoint to remove unused contact profiles from account.', 'parameters': {'type': 'object', 'properties': {'whoisId': {'type': 'integer', 'description': 'WHOIS ID'}}, 'required': ['whoisId'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'domains_disableDomainLockV1', 'description': 'Disable domain lock for the domain.\n\nDomain lock needs to be disabled before transferring the domain to another registrar.\n\nUse this endpoint to prepare domains for transfer to other registrars.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}}, 'required': ['domain'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'domains_disablePrivacyProtectionV1', 'description': "Disable privacy protection for the domain.\n\nWhen privacy protection is disabled, domain owner's personal information is visible in public WHOIS database.\n\nUse this endpoint to make domain owner's information publicly visible.", 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}}, 'required': ['domain'], 'additionalProperties': False}, 'strict': True}
|
hostinger-mcp-server
|
other
|
{'type': 'function', 'name': 'domains_enableDomainLockV1', 'description': 'Enable domain lock for the domain.\n\nWhen domain lock is enabled, the domain cannot be transferred to another registrar without first disabling the lock.\n\nUse this endpoint to secure domains against unauthorized transfers.', 'parameters': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Domain name'}}, 'required': ['domain'], 'additionalProperties': False}, 'strict': True}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.