Apache Nutch · Capability
Apache Nutch REST API — Configuration
Apache Nutch REST API — Configuration. 6 operations. Lead operation: Apache Nutch List All Configuration IDs. Self-contained Naftiko capability covering one Apache Nutch business surface.
What You Can Do
GET
Getconfigs
— Apache Nutch List All Configuration IDs
/v1/config
POST
Createconfig
— Apache Nutch Create a New Configuration
/v1/config/create
GET
Getconfig
— Apache Nutch Get Configuration Properties
/v1/config/{configid}
DELETE
Deleteconfig
— Apache Nutch Delete a Configuration
/v1/config/{configid}
GET
Getproperty
— Apache Nutch Get a Single Configuration Property
/v1/config/{configid}/{propertyid}
PUT
Updateproperty
— Apache Nutch Update a Configuration Property
/v1/config/{configid}/{propertyid}
MCP Tools
apache-nutch-list-all-configuration
Apache Nutch List All Configuration IDs
read-only
idempotent
apache-nutch-create-new-configuration
Apache Nutch Create a New Configuration
apache-nutch-get-configuration-properties
Apache Nutch Get Configuration Properties
read-only
idempotent
apache-nutch-delete-configuration
Apache Nutch Delete a Configuration
idempotent
apache-nutch-get-single-configuration
Apache Nutch Get a Single Configuration Property
read-only
idempotent
apache-nutch-update-configuration-property
Apache Nutch Update a Configuration Property
idempotent