Build and host full-stack apps from a prompt, with agents that reach you on WhatsApp and email.
Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.
https://finestructure.ai/api/mcp84 strumenti · 327 mscreate_appCreate a new application from a natural language prompt. The AI generates a complete web app with pages, components, styling, and data models. Returns a job_id - poll get_job_status to track progress. When the job is done, the app is ready.Create a new application from a natural language prompt. The AI generates a complete web app with pages, components, styling, and data models. Returns a job_id - poll get_job_status to track progress. When the job is done, the app is ready.
| Parametro | Tipo | Descrizione |
|---|---|---|
| name* | string | Name for the app (1-100 chars) |
| prompt* | string | Detailed description of the app to build |
| description | string | Optional short description |
agency_create_clientAgency mode only. Create or update a client record for an account-level agent. This does not create a verified Fine Structure user account and does not transfer ownership.Agency mode only. Create or update a client record for an account-level agent. This does not create a verified Fine Structure user account and does not transfer ownership.
| Parametro | Tipo | Descrizione |
|---|---|---|
| client_email* | string | Client email that will be allowed to claim projects |
| client_full_name | string | Optional client display name |
| note | string | Optional internal note for the agency |
agency_list_clientsAgency mode only. List client records and app handoff status for the authenticated agent.Agency mode only. List client records and app handoff status for the authenticated agent.
| Parametro | Tipo | Descrizione |
|---|---|---|
| include_handoffs | boolean | Include claim links status without raw tokens |
agency_create_client_appAgency mode only. Create a new app owned by the agent, start generation, and create a claim link for the client. Ownership transfers only when the invited client logs in with the same email and accepts the claim link.Agency mode only. Create a new app owned by the agent, start generation, and create a claim link for the client. Ownership transfers only when the invited client logs in with the same email and accepts the claim link.
| Parametro | Tipo | Descrizione |
|---|---|---|
| client_email* | string | Client email allowed to claim ownership |
| client_full_name | string | Optional client display name |
| name* | string | Name for the app (1-100 chars) |
| prompt* | string | Detailed description of the app to build |
| description | string | Optional short app description |
| note | string | Optional internal client/project note |
| keep_agent_collaborator | boolean | After claim, invite the agent back as an editor collaborator |
| claim_expires_in_days | integer | Claim link lifetime, 1-90 days |
agency_create_claim_linkAgency mode only. Create a client claim link for an existing app owned by the agent. The client must log in with the invited email before ownership transfers.Agency mode only. Create a client claim link for an existing app owned by the agent. The client must log in with the invited email before ownership transfers.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | Existing app ID owned by the agent |
| client_email* | string | Client email allowed to claim ownership |
| client_full_name | string | Optional client display name |
| note | string | Optional internal note |
| keep_agent_collaborator | boolean | Invite agent as editor after claim |
| claim_expires_in_days | integer | Claim link lifetime, 1-90 days |
agency_get_claim_statusAgency mode only. Inspect one handoff status without exposing the raw claim token.Agency mode only. Inspect one handoff status without exposing the raw claim token.
| Parametro | Tipo | Descrizione |
|---|---|---|
| handoff_id* | string | Handoff ID returned by agency_create_claim_link or agency_create_client_app |
update_appUpdate an existing application with a new prompt. The AI modifies the app based on your instructions. Creates a Saved Version before the update. Returns a job_id - poll get_job_status to track progress.Update an existing application with a new prompt. The AI modifies the app based on your instructions. Creates a Saved Version before the update. Returns a job_id - poll get_job_status to track progress.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID to update |
| prompt* | string | What to change in the app |
publish_appPublish an app - freeze current state and make it live at a URL. Also configures whether the public URL is open, app-login gated, private, or inferred from the app.Publish an app - freeze current state and make it live at a URL. Also configures whether the public URL is open, app-login gated, private, or inferred from the app.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID to publish |
| access_mode | string | Live access policy. public_open = anyone can view. public_auth = public URL opens but app login is required. private = published snapshot remains owner/collabo… |
| auth_required | boolean | Optional explicit override for generated-app login requirement. Prefer access_mode when possible. |
| make_public | boolean | Optional explicit override for whether published URLs are publicly reachable. Prefer access_mode when possible. |
get_platform_guideReturn a machine-readable Fine Structure / FSe2 guide for AI agents. Call this at the start of an MCP session to learn app files, entities, safe edit workflows, validation, publishing, A/B testing, secrets, and platform rules.Return a machine-readable Fine Structure / FSe2 guide for AI agents. Call this at the start of an MCP session to learn app files, entities, safe edit workflows, validation, publishing, A/B testing, secrets, and platform rules.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id | string | Optional app ID. If provided, the guide includes a safe app context summary. |
| sections | array | Optional subset of guide sections to return. |
| task_type | string | Optional task hint, for example edit_app, direct_file_edit, seed_data, or publish_app. |
get_recommended_workflowReturn the recommended MCP tool sequence for a task type. Use this before creating apps, editing files, seeding data, publishing, setting up A/B tests, restoring versions, or configuring secrets/integrations.Return the recommended MCP tool sequence for a task type. Use this before creating apps, editing files, seeding data, publishing, setting up A/B tests, restoring versions, or configuring secrets/integrations.
| Parametro | Tipo | Descrizione |
|---|---|---|
| task_type | string | The task type to plan. |
| goal | string | Optional short description of the user's goal. |
| app_id | string | Optional app ID. If provided, the workflow includes a safe app context summary. |
get_job_statusPoll the status of an async generation job. Use this after create_app or update_app to know when the job is done. Returns status ('running' or 'done'), progress events, and result summary when complete.Poll the status of an async generation job. Use this after create_app or update_app to know when the job is done. Returns status ('running' or 'done'), progress events, and result summary when complete.
| Parametro | Tipo | Descrizione |
|---|---|---|
| job_id* | string | The job_id returned by create_app or update_app |
get_app_statusGet app overview: files, published state, URL, active jobs.Get app overview: files, published state, URL, active jobs.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
get_app_linksReturn editor, preview, published path, subdomain, and custom-domain links plus whether each works for anonymous visitors, app users, or Studio users based on publish and auth settings.Return editor, preview, published path, subdomain, and custom-domain links plus whether each works for anonymous visitors, app users, or Studio users based on publish and auth settings.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
list_app_domainsList an app's platform path, subdomain, and configured custom domain with verification, SSL, primary-domain, redirect, publish, and login-gating status.List an app's platform path, subdomain, and configured custom domain with verification, SSL, primary-domain, redirect, publish, and login-gating status.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
set_app_subdomainSet or clear the app platform subdomain - the '<subdomain>.<base domain>' host Fine Structure already serves the app on. Runs the same ownership, format, reserved-name and uniqueness checks as the Studio subdomain field because it calls the same model function. Replacing a subdomain takes effect im…Set or clear the app platform subdomain - the '<subdomain>.<base domain>' host Fine Structure already serves the app on. Runs the same ownership, format, reserved-name and uniqueness checks as the Studio subdomain field because it calls the same model function. Replacing a subdomain takes effect im…
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| subdomain* | string | Subdomain label: 3-32 characters, lowercase letters, digits and hyphens, no leading or trailing hyphen, not a reserved platform name. Empty string clears the s… |
check_subdomain_availableCheck whether a platform subdomain can be claimed before calling set_app_subdomain. Returns available plus a status of available, invalid, reserved, taken, current, or empty, with the exact reason. Pass app_id (an app you own) to have that app's own current subdomain reported as 'current' instead o…Check whether a platform subdomain can be claimed before calling set_app_subdomain. Returns available plus a status of available, invalid, reserved, taken, current, or empty, with the exact reason. Pass app_id (an app you own) to have that app's own current subdomain reported as 'current' instead o…
| Parametro | Tipo | Descrizione |
|---|---|---|
| subdomain* | string | Subdomain label to check |
| app_id | string | Optional ID of an app you own. When supplied, this app's own subdomain reports as 'current' instead of 'taken'. |
add_custom_domainAttach or replace the app custom domain through the same Fine Structure Studio custom-domain flow. Returns exact DNS verification and routing records for the user to configure at their DNS provider.Attach or replace the app custom domain through the same Fine Structure Studio custom-domain flow. Returns exact DNS verification and routing records for the user to configure at their DNS provider.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| domain* | string | Custom domain to connect, for example example.com or app.example.com |
get_domain_verificationReturn the exact DNS records and instructions required to verify and route the app custom domain.Return the exact DNS records and instructions required to verify and route the app custom domain.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| domain | string | Optional configured custom domain. If omitted, uses the app's current custom domain. |
check_domain_verificationCheck Fine Structure custom-domain verification and SSL status for the configured custom domain, then save the latest status.Check Fine Structure custom-domain verification and SSL status for the configured custom domain, then save the latest status.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| domain | string | Optional configured custom domain. If omitted, uses the app's current custom domain. |
set_primary_domainSet which app host should be treated as primary for generated links and custom-domain redirects.Set which app host should be treated as primary for generated links and custom-domain redirects.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| domain* | string | Primary host, for example example.com, www.example.com, or the app subdomain host. |
remove_custom_domainprivilegiatoRemove the configured custom domain from the app and clean up the platform-side hostname registration when possible.Remove the configured custom domain from the app and clean up the platform-side hostname registration when possible.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| domain | string | Optional configured custom domain. If omitted, removes the current custom domain. |
get_domain_ssl_statusReturn SSL/certificate status and pending certificate validation DNS records for the app custom domain.Return SSL/certificate status and pending certificate validation DNS records for the app custom domain.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| domain | string | Optional configured custom domain. If omitted, uses the app's current custom domain. |
configure_domain_redirectsConfigure custom-domain redirect policy: primary domain, optional www/root redirect, and HTTPS enforcement.Configure custom-domain redirect policy: primary domain, optional www/root redirect, and HTTPS enforcement.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| primary_domain* | string | Canonical primary domain, for example example.com |
| redirect_www | boolean | Redirect the www/root counterpart to primary_domain |
| force_https | boolean | Redirect HTTP custom-domain requests to HTTPS |
list_appsList applications owned by the authenticated user, newest activity first. Returns up to `limit` apps per call plus the total count; page with `offset` when the account has more.List applications owned by the authenticated user, newest activity first. Returns up to `limit` apps per call plus the total count; page with `offset` when the account has more.
| Parametro | Tipo | Descrizione |
|---|---|---|
| limit | integer | Max apps to return (1-200) |
| offset | integer | Apps to skip, for paging |
get_app_filesGet the file tree for an app with paths and byte sizes.Get the file tree for an app with paths and byte sizes.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
read_app_fileRead one source file from an app's virtual filesystem. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.Read one source file from an app's virtual filesystem. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| path* | string | Virtual file path, for example pages/Home.jsx |
| max_chars | integer | Maximum content characters to return |
read_app_filesRead several source files from an app's virtual filesystem. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.Read several source files from an app's virtual filesystem. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| paths* | array | Virtual file paths to read |
| max_chars_per_file | integer | Maximum characters per file |
write_app_fileprivilegiatoCreate or replace one file in an app's virtual filesystem. Creates a Saved Version before changing content. Paths and file model follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.Create or replace one file in an app's virtual filesystem. Creates a Saved Version before changing content. Paths and file model follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| path* | string | Virtual file path |
| content* | string | Complete file contents |
| file_type | string | Optional file type override |
patch_app_fileprivilegiatoPatch one file by replacing exact text. Safer than full overwrite for targeted edits. Creates a Saved Version before changing content. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.Patch one file by replacing exact text. Safer than full overwrite for targeted edits. Creates a Saved Version before changing content. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| path* | string | Virtual file path |
| old_text* | string | Exact existing text to replace |
| new_text* | string | Replacement text |
| replace_all | boolean | Replace all matches instead of the first match |
rename_app_fileprivilegiatoRename or move one app source file atomically. Internally stages an upsert at new_path and a delete at old_path, validates the resulting app state, and creates a Saved Version before applying.Rename or move one app source file atomically. Internally stages an upsert at new_path and a delete at old_path, validates the resulting app state, and creates a Saved Version before applying.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| old_path* | string | Existing virtual file path to rename |
| new_path* | string | New virtual file path |
| overwrite | boolean | Allow replacing an existing file at new_path |
| force | boolean | Apply even if validation reports blocking errors |
get_app_detailDeep introspection of an app: entities, pages, settings, integrations, environment variables, and file structure. Use this to understand what an app contains before updating it.Deep introspection of an app: entities, pages, settings, integrations, environment variables, and file structure. Use this to understand what an app contains before updating it.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
get_entitiesGet all entity (data model) schemas for an app, with record counts. Each entity has fields, types, and relationships.Get all entity (data model) schemas for an app, with record counts. Each entity has fields, types, and relationships.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
query_entityQuery app data records for one entity with optional exact-match filters.Query app data records for one entity with optional exact-match filters.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| entity* | string | Entity name, for example Patient |
| filters | object | Exact-match field filters |
| sort | string | Sort field, prefix with - for descending |
| limit | integer | Max records to return |
| offset | integer | Pagination offset |
seed_entityCompatibility tool for starter-record creation. Inserts directly for the authenticated app owner; by default it only seeds an empty entity (skip_if_not_empty).Compatibility tool for starter-record creation. Inserts directly for the authenticated app owner; by default it only seeds an empty entity (skip_if_not_empty).
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| entity* | string | Entity name |
| records* | array | Records to insert |
| mode | string | append always inserts; skip_if_not_empty inserts only when the entity is empty |
| reason | string | Why these records should be created |
create_entity_recordsCreate/insert records in one app entity. Executes directly for the authenticated app owner and returns the created record ids.Create/insert records in one app entity. Executes directly for the authenticated app owner and returns the created record ids.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| entity* | string | Entity name |
| records* | array | Records to create |
| reason | string | Why these records should be created |
| expected_count | integer | Optional safety check; the write aborts if the record count differs |
update_entity_recordCompatibility tool that updates one record by ID. Executes directly for the authenticated app owner.Compatibility tool that updates one record by ID. Executes directly for the authenticated app owner.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| entity* | string | Entity name |
| record_id* | string | Record ID |
| data* | object | Fields to merge into the record |
| reason | string | Why this record should be updated |
update_entity_recordsUpdate exact records. Select explicit record_ids or exact-match filters and provide shared changes, or provide per-record updates. Executes directly for the authenticated app owner; expected_count aborts the write on a mismatch.Update exact records. Select explicit record_ids or exact-match filters and provide shared changes, or provide per-record updates. Executes directly for the authenticated app owner; expected_count aborts the write on a mismatch.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| entity* | string | Entity name |
| record_ids | array | Exact record IDs to update |
| filters | — | One exact-match selector or a list of exact-match selectors |
| changes | object | Shared fields to merge into every selected record |
| updates | array | Per-record changes; use instead of shared changes |
| reason | string | Why these records should be updated |
| expected_count | integer | Required match count safety check, when known |
delete_entity_recordsprivilegiatoDelete exact records by ID or exact-match filters. Executes directly for the authenticated app owner; pass expected_count as a safety check to abort on a mismatch.Delete exact records by ID or exact-match filters. Executes directly for the authenticated app owner; pass expected_count as a safety check to abort on a mismatch.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| entity* | string | Entity name |
| record_ids | array | Exact record IDs to delete |
| filters | — | One exact-match selector or a list of exact-match selectors |
| reason | string | Why these records should be deleted |
| expected_count | integer | Required match count safety check, when known |
get_pagesGet all pages in an app with their file paths and sizes.Get all pages in an app with their file paths and sizes.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
get_errorsGet recent runtime errors for an app (last 20). Useful for diagnosing issues before updating.Get recent runtime errors for an app (last 20). Useful for diagnosing issues before updating.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| limit | integer | Max errors to return (default 20) |
get_app_analyticsTraffic analytics for an app's published site over a chosen window: total views, unique visitors, daily series, top pages, top referrer domains and device split.Traffic analytics for an app's published site over a chosen window: total views, unique visitors, daily series, top pages, top referrer domains and device split.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| days | integer | Window in days (1-90, default 7) |
get_preview_urlReturn editor preview and published/public URLs for an app.Return editor preview and published/public URLs for an app.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
list_saved_versionsList restorable Saved Versions for an app, including versions created by MCP writes.List restorable Saved Versions for an app, including versions created by MCP writes.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
create_change_setCreate a staged file change set. Add multiple file changes, validate them as one app state, then apply atomically.Create a staged file change set. Add multiple file changes, validate them as one app state, then apply atomically.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| label | string | Optional short label |
add_file_changeStage one file upsert or delete inside a change set. Does not modify the live app until apply_change_set. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.Stage one file upsert or delete inside a change set. Does not modify the live app until apply_change_set. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| change_set_id* | string | Change set ID |
| path* | string | Virtual file path |
| content | string | Complete file contents for upsert |
| file_type | string | Optional file type override |
| operation | string | — |
validate_change_setValidate current app files plus staged change set files before applying.Validate current app files plus staged change set files before applying.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| change_set_id* | string | Change set ID |
| include_runtime_errors | boolean | — |
apply_change_setApply a staged change set to the app. Creates a Saved Version before applying. Blocks on validation errors unless force=true.Apply a staged change set to the app. Creates a Saved Version before applying. Blocks on validation errors unless force=true.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| change_set_id* | string | Change set ID |
| force | boolean | Apply even if validation has errors |
discard_change_setDiscard a pending staged change set without changing app files.Discard a pending staged change set without changing app files.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| change_set_id* | string | Change set ID |
validate_appRun deterministic app checks: syntax, imports, routes/pages, entity schemas, missing entities, and recorded runtime errors.Run deterministic app checks: syntax, imports, routes/pages, entity schemas, missing entities, and recorded runtime errors.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| include_runtime_errors | boolean | — |
inspect_previewReturn server-side preview context: URLs, persisted runtime/network errors, static clickable candidates, pages, and explicit live-browser availability.Return server-side preview context: URLs, persisted runtime/network errors, static clickable candidates, pages, and explicit live-browser availability.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| route | string | Optional route to inspect |
| auth_as | string | Optional auth simulation: anonymous |
| auth_as_role | string | Optional app role simulation, e.g. staff/admin/customer |
get_app_security_contextReturn safe security context for one owned app: owner id/email, Studio collaborators, generated-app members, route policies, entity policies, and recent security audit entries. Does not return secrets and does not grant access to other apps.Return safe security context for one owned app: owner id/email, Studio collaborators, generated-app members, route policies, entity policies, and recent security audit entries. Does not return secrets and does not grant access to other apps.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| audit_limit | integer | — |
set_route_policyCreate or update a server-owned route policy for a generated app route.Create or update a server-owned route policy for a generated app route.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| route* | string | Route or wildcard route, e.g. /admin/* |
| require_auth* | boolean | — |
| allowed_roles* | array | Allowed app roles |
| redirect_to | string | — |
set_entity_policyCreate or update server-side read/write role policy for an app entity.Create or update server-side read/write role policy for an app entity.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| entity* | string | Entity name, e.g. Booking |
| read* | array | Roles allowed to read |
| write* | array | Roles allowed to write |
list_app_membersList generated-app runtime users/members for an app. This is separate from Studio project collaborators.List generated-app runtime users/members for an app. This is separate from Studio project collaborators.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
invite_app_memberProvision a generated-app runtime member with a role. This does not create a Studio collaborator, and the owner role cannot be assigned. password is required: ask the account owner which password the member should get. This tool never generates one, because a generated password would come back in t…Provision a generated-app runtime member with a role. This does not create a Studio collaborator, and the owner role cannot be assigned. password is required: ask the account owner which password the member should get. This tool never generates one, because a generated password would come back in t…
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| email* | string | Member email |
| role* | string | App role, e.g. admin/staff/customer |
| full_name | string | — |
| password* | string | The password this member signs in with, chosen by the account owner. Required, and never echoed back in the result. |
update_app_member_roleUpdate a generated-app runtime member role. This cannot assign owner and cannot change the Fine Structure account owner.Update a generated-app runtime member role. This cannot assign owner and cannot change the Fine Structure account owner.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| user_id* | string | Generated app user id |
| role* | string | New role |
remove_app_memberprivilegiatoRemove a generated-app runtime member.Remove a generated-app runtime member.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| user_id* | string | Generated app user id |
get_app_security_auditRead recent server-side security audit events for an app.Read recent server-side security audit events for an app.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| limit | integer | — |
compare_saved_versionsCompare two Saved Versions and return per-file additions, removals, modifications, and compact diffs.Compare two Saved Versions and return per-file additions, removals, modifications, and compact diffs.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| base_snapshot_id* | string | Older/base snapshot ID |
| target_snapshot_id* | string | Newer/target snapshot ID |
| max_diff_chars | integer | — |
compare_current_to_versionCompare the current app files to a Saved Version and return compact per-file diffs.Compare the current app files to a Saved Version and return compact per-file diffs.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| snapshot_id* | string | Saved Version snapshot ID |
| max_diff_chars | integer | — |
restore_file_from_versionRestore one file from a Saved Version instead of restoring the entire app. Creates a Saved Version before changing the file. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.Restore one file from a Saved Version instead of restoring the entire app. Creates a Saved Version before changing the file. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| snapshot_id* | string | Saved Version snapshot ID |
| path* | string | Virtual file path to restore |
| confirm* | boolean | — |
create_entity_schemaCreate an entity schema file in entities/<Entity>.json. Creates a Saved Version before writing.Create an entity schema file in entities/<Entity>.json. Creates a Saved Version before writing.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| entity* | string | Entity name |
| schema* | object | JSON schema object |
| relationships | array | — |
| indexes | array | — |
| metadata | object | — |
| overwrite | boolean | — |
update_entity_schemaReplace or shallow-merge an existing entity schema file. Creates a Saved Version before writing.Replace or shallow-merge an existing entity schema file. Creates a Saved Version before writing.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| entity* | string | Entity name |
| schema* | object | Schema fields to set or merge |
| relationships | array | — |
| indexes | array | — |
| metadata | object | — |
| merge | boolean | — |
validate_entity_relationshipsValidate entity relationship metadata and *_id references against existing entity schemas.Validate entity relationship metadata and *_id references against existing entity schemas.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
update_entity_metadataSet relationship/index metadata on an entity schema. This stores metadata in the schema file; DB index creation is automatic where supported by the platform.Set relationship/index metadata on an entity schema. This stores metadata in the schema file; DB index creation is automatic where supported by the platform.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| entity* | string | Entity name |
| relationships | array | — |
| indexes | array | — |
| metadata | object | — |
list_secret_keysList secret key names for an app. Secret values are never returned.List secret key names for an app. Secret values are never returned.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
set_secretCreate or update one encrypted app secret. The secret value is never returned.Create or update one encrypted app secret. The secret value is never returned.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| key* | string | Secret key name |
| value* | string | Secret value to encrypt and store |
delete_secretprivilegiatoDelete one app secret by key.Delete one app secret by key.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| key* | string | Secret key name |
list_integrationsList supported integrations and safe connected integration metadata for an app. Tokens/secrets are never returned.List supported integrations and safe connected integration metadata for an app. Tokens/secrets are never returned.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
configure_integrationStore safe non-secret integration metadata for an app. Use set_secret for API keys/tokens.Store safe non-secret integration metadata for an app. Use set_secret for API keys/tokens.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| provider* | string | Integration provider ID |
| config* | object | Safe metadata only, such as workspace/team/name/email |
| is_active | boolean | Set false to disconnect this integration metadata |
list_ab_testsList the platform A/B tests configured for an app.List the platform A/B tests configured for an app.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
create_ab_testCreate a native Fine Structure A/B test between existing app pages. Use update_app first if a variant page still needs to be generated. Creates a Saved Version before the change.Create a native Fine Structure A/B test between existing app pages. Use update_app first if a variant page still needs to be generated. Creates a Saved Version before the change.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| name* | string | Experiment name |
| page_name* | string | Base route page that triggers the experiment |
| variants* | array | At least two variants. Traffic must total 100. |
| goal_event_type | string | Optional conversion goal type: entity_create, any, form_submit |
| goal_event_filter | object | Optional goal filter, for example {'entity_name': 'Lead'} |
| is_active | boolean | Whether to activate the test immediately |
update_ab_testUpdate a native A/B test, including active state, variants, traffic, and conversion goal. Creates a Saved Version before the change.Update a native A/B test, including active state, variants, traffic, and conversion goal. Creates a Saved Version before the change.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| test_id* | string | A/B test ID |
| name | string | Optional new name |
| page_name | string | Optional new base route page |
| variants | array | Optional replacement variants. Traffic must total 100. |
| is_active | boolean | Optional active state |
| goal_event_type | string | Optional conversion goal type |
| goal_event_filter | object | Optional conversion goal filter |
delete_ab_testprivilegiatoDelete a native A/B test from an app. Creates a Saved Version before the change.Delete a native A/B test from an app. Creates a Saved Version before the change.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| test_id* | string | A/B test ID |
get_ab_test_statsGet views, unique visitors, conversions, and conversion rates for an A/B test.Get views, unique visitors, conversions, and conversion rates for an A/B test.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id* | string | The app ID |
| test_id* | string | A/B test ID |
create_agentCreate an autonomous AI agent on the user's Fine Structure account: a standing worker, not a chat session. It gets the platform's default safe tool policy and its own email address, it can read and write the app database, and once the owner phone is verified (see get_agent_whatsapp) it can message…Create an autonomous AI agent on the user's Fine Structure account: a standing worker, not a chat session. It gets the platform's default safe tool policy and its own email address, it can read and write the app database, and once the owner phone is verified (see get_agent_whatsapp) it can message…
| Parametro | Tipo | Descrizione |
|---|---|---|
| name | string | Agent display name (e.g. 'Lead Follow-up'). Auto-derived from role when omitted. |
| role* | string | Short role label (e.g. 'sales assistant') |
| description* | string | What this agent is responsible for, one or two sentences |
| persona | string | Optional working style and tone instructions for the agent |
| app_id | string | Optional app to attach the agent to; account-level when omitted |
list_agentsList the AI agents on the user's account with id, name, role, status and FineMail address.List the AI agents on the user's account with id, name, role, status and FineMail address.
| Parametro | Tipo | Descrizione |
|---|---|---|
| app_id | string | Optional filter by attached app |
schedule_agent_taskCreate a scheduled task for one of the user's agents. Supported schedule types: once (run_at ISO local time + timezone), interval (interval_minutes 5-1440), hourly, daily (time HH:MM + timezone), weekly (time + timezone + days_of_week 0=Sunday..6), cron (5-field expression + timezone), manual (only…Create a scheduled task for one of the user's agents. Supported schedule types: once (run_at ISO local time + timezone), interval (interval_minutes 5-1440), hourly, daily (time HH:MM + timezone), weekly (time + timezone + days_of_week 0=Sunday..6), cron (5-field expression + timezone), manual (only…
| Parametro | Tipo | Descrizione |
|---|---|---|
| agent_id* | string | The agent id (from create_agent or list_agents) |
| title* | string | Short task title |
| instructions* | string | What the agent should do on each run, written as instructions to the agent |
| schedule* | object | Schedule object, e.g. {"type":"daily","time":"08:30","timezone":"Asia/Jerusalem"} or {"type":"weekly","time":"09:00","timezone":"Asia/Jerusalem","days_of_week"… |
| max_runs | integer | Optional cap on total runs (0 = unlimited) |
| activate | boolean | Start the schedule immediately (true) or save as draft (false) |
list_agent_tasksList scheduled tasks for one agent (or the whole account), including schedule, status and next_run_at.List scheduled tasks for one agent (or the whole account), including schedule, status and next_run_at.
| Parametro | Tipo | Descrizione |
|---|---|---|
| agent_id | string | Optional agent id filter |
| status | string | Optional status filter: draft, active, paused, archived |
| limit | integer | Max tasks to return (1-100) |
get_agent_whatsappRead the WhatsApp state of the connected account: whether the owner's phone is verified, which platform numbers they can connect, and which conversations already route to which agent. Call this first whenever the user asks to talk to an agent on WhatsApp, and repeat its next_step to them.Read the WhatsApp state of the connected account: whether the owner's phone is verified, which platform numbers they can connect, and which conversations already route to which agent. Call this first whenever the user asks to talk to an agent on WhatsApp, and repeat its next_step to them.
| Parametro | Tipo | Descrizione |
|---|---|---|
| agent_id | string | Optional: report only this agent's WhatsApp state. |
start_owner_phone_verificationSend a 6-digit code over WhatsApp to the ACCOUNT OWNER's own phone. This is the one-time ownership proof required before a platform number can be connected, and it also unlocks agents messaging the owner. Ask the user for their own WhatsApp number first and send only to that. No WhatsApp Business a…Send a 6-digit code over WhatsApp to the ACCOUNT OWNER's own phone. This is the one-time ownership proof required before a platform number can be connected, and it also unlocks agents messaging the owner. Ask the user for their own WhatsApp number first and send only to that. No WhatsApp Business a…
| Parametro | Tipo | Descrizione |
|---|---|---|
| phone* | string | The owner's own WhatsApp number, ideally in E.164 form such as +972501234567. |
| region | string | Optional ISO region hint (for example IL, US) used when the number has no country code. |
confirm_owner_phone_verificationConfirm the 6-digit code the owner received on WhatsApp from start_owner_phone_verification. On success the owner is verified: agents can message them, and platform numbers become connectable.Confirm the 6-digit code the owner received on WhatsApp from start_owner_phone_verification. On success the owner is verified: agents can message them, and platform numbers become connectable.
| Parametro | Tipo | Descrizione |
|---|---|---|
| phone* | string | The same phone number the code was sent to. |
| code* | string | The 6-digit code from the WhatsApp message. |
| region | string | Optional ISO region hint, matching the one used when sending. |
attach_agent_whatsappConnect a platform WhatsApp number to one of the account's agents, so the owner can message that number and reach that agent. Requires the owner to be verified first. Take phone_number_id from get_agent_whatsapp. A number already used by another account is still valid to connect: it answers only th…Connect a platform WhatsApp number to one of the account's agents, so the owner can message that number and reach that agent. Requires the owner to be verified first. Take phone_number_id from get_agent_whatsapp. A number already used by another account is still valid to connect: it answers only th…
| Parametro | Tipo | Descrizione |
|---|---|---|
| agent_id* | string | The agent that should answer on this number. |
| phone_number_id* | string | phone_number_id from get_agent_whatsapp claimable_numbers. |
detach_agent_whatsappDisconnect the owner's WhatsApp route from a platform number. Removes only this account's route; other accounts sharing the number keep theirs.Disconnect the owner's WhatsApp route from a platform number. Removes only this account's route; other accounts sharing the number keep theirs.
| Parametro | Tipo | Descrizione |
|---|---|---|
| phone_number_id* | string | The number to disconnect, from get_agent_whatsapp. |
84 strumenti su 84 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
Build and host full-stack apps from a prompt, with agents that reach you on WhatsApp and email.
+ altri 44 osservati su questa voce.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.