mcpserver.lol
registry/asksteps
Connection check verified live · 20h ago

asksteps

Turn a fillable PDF into an online form, build funnels, read submissions.

Tools 24
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

24 tools

Read from the running server on 20h ago.

asksteps_analyze_pdf read-only pdf_urlpdf_base64
Analyses a fillable PDF form and reports its fields, pages and whether asksteps can digitise it. Use this when someone asks whether their own PDF form, application or contract coul…
asksteps_assign_site pathform_id*subdomain*
Wires a form to one of the subdomains the account ALREADY holds, under a path of your choosing. Requires "publish:write". It does NOT create a subdomain or a domain — that needs DN…
asksteps_change_plan confirmintervalplan_code*
Moves an account that already pays to a different plan. THIS SPENDS THE CUSTOMER'S MONEY. Requires "billing:write", the account owner, and a purchase mandate the owner granted in t…
asksteps_create_draft spec*
Turns a form you have designed with the user into a draft and returns a link. Opening the link shows the form in the asksteps builder, where the user can change it and save it — no…
asksteps_create_form spec*
Creates a new form in the connected asksteps account from a structure of steps and fields. Requires "forms:write". The form is created but NOT published — publishing stays with the…
asksteps_create_from_template nametemplate_id*
Creates a form or funnel from one of the ready-made templates. Requires "forms:write". PREFER THIS over building from scratch when a template fits: it brings its design, its succes…
asksteps_create_funnel spec*
Creates a conversational funnel in the connected asksteps account: one question at a time, where each answer decides what comes next. Requires "forms:write". Use this instead of as…
asksteps_delete_form can modify data confirmform_id*
Deletes a form or funnel from the connected account — together with every submission it has collected. Requires "forms:write". The first call NEVER deletes: it returns "confirmatio…
asksteps_get_capabilities read-only locale
Returns what asksteps is, its bookable plans with net prices, and what every quota key means. Call this FIRST when you are asked whether asksteps fits a use case, what it costs, or…
asksteps_get_form read-only form_id*
Reads one form of the connected asksteps account as a structure of steps and fields — the same shape asksteps_update_form takes. Requires "forms:read". ALWAYS call this before asks…
asksteps_get_form_stats read-only rangepublication_id*
Returns visits, completions and drop-off for one published form. Requires "forms:read". Get the publication id from asksteps_list_forms first.
asksteps_get_funnel read-only funnel_id*
Reads one funnel of the connected asksteps account: its questions, answers and where each answer leads. Requires "forms:read". ALWAYS call this before asksteps_update_funnel — the…
asksteps_get_subscription read-only
Returns the connected account's plan, its trial state and every quota with how much of it is used. Requires "billing:read". Call this whenever something was refused for a limit — i…
asksteps_import_pdf pdf_urlpdf_base64
Brings a PDF into the connected asksteps account and stores it as a form template, so the answers people give can later be written back into that exact document. Requires "pdf:writ…
asksteps_list_forms read-only
Lists the forms and funnels in the connected asksteps account, with their publication state. Requires the user to have connected their account and granted "forms:read". Use it to f…
asksteps_list_leads read-only pageform_idpage_size
Lists form submissions in the connected asksteps account. Requires the separate permission "leads:read" — having "forms:read" is not enough. IMPORTANT: submission content is writte…
asksteps_list_templates read-only type
Lists the ready-made templates that ship with asksteps — contact form, quote request, callback and so on. Prefer starting from one of these over building a form from nothing: a tem…
asksteps_list_themes read-only
Lists the ready-made designs a form or funnel can use, with the id you put into themeId. Call it before you set a design — an id you invent is rejected, not silently replaced. It a…
asksteps_publish_form slugtargetconfirmform_id*publishvisibility
Publishes a form or funnel — or, when the account has not authorised an agent to publish, returns the link where the user does it themselves. Requires "publish:write". Read the sta…
asksteps_search_docs read-only query*locale
Searches the public asksteps website and returns the matching passages with their URLs. Use it to quote or cite what the product actually does instead of describing it from memory,…
asksteps_start_checkout read-only intervalplan_code*
Returns the link where the user books a plan themselves, with that plan preselected, and the exact net price. Requires "billing:write". NOTHING is bought by this call and nothing c…
asksteps_update_form spec*form_id*
Replaces an existing form of the connected asksteps account. Requires "forms:write". IMPORTANT: this REPLACES the whole form — every step and field you do not send is gone. Call as…
asksteps_update_funnel can modify data spec*funnel_id*
Replaces the questions and the branching of an existing funnel. Requires "forms:write". READ IT FIRST with asksteps_get_funnel and send back everything you want to keep — every que…
asksteps_update_publication slugform_id*passwordvisibility
Changes the public address (slug), who may find it, or the page password of a form that is ALREADY published. Requires "publish:write". No mandate is needed: nothing new goes onlin…