PDF Forms
localpdf-form-tools
Read fillable PDF forms (list all fields) and fill them in with user data. Optionally flatten to make the fill permanent.
Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.
Tools (2)
- pdf_form_list_fieldsList the form fields available in a fillable PDF (their names, types, and current values). Feed this into pdf_form_fill next.
- pdf_form_fillFill fields in a PDF form and save the result. Values object maps field name -> value. Text fields take strings, checkboxes take booleans, dropdowns take the option string.