FlowSheets
Trigger workflows, manage worksheets, and collaborate on record discussions. Create, update, and delete records in bulk, generate share links, and get instant pivot summaries for insights. Administer roles, departments, and optionsets to control access and standardize data across your apps.
https://hap_paas2025--garfield-bb.run.tools
How to connect
-
Smithery (hosted)
1. Open https://smithery.ai/servers/garfield-bb/hap_paas2025 2. Click Connect and complete OAuth in your MCP client (Claude, Cursor, VS Code, etc.) 3. MCP endpoint: https://hap_paas2025--garfield-bb.run.tools
Tools (36)
-
trigger_workflowTrigger a workflow. When calling, in addition to providing the `process_id`, you should also pass the input parameters returned by `get_workflow_details`. Use the parameter's `id` as the key and its corresponding value as the value, passed directly as top-level parameters.
-
get_record_relationsGet a list of related records, including source worksheet information, row record information, detailed row record information, and creator information.
-
get_record_discussionsGet row record discussions.
-
delete_worksheetDelete a worksheet.
-
update_worksheetEdit a worksheet.
-
get_time获取当前时间
-
batch_delete_recordsBatch delete row records.
-
create_roleCreate a role. Information includes: role name, description, permission information.
-
get_role_detailsGet role details.
-
get_workflow_detailsGet workflow details, including request and response parameters.
-
create_recordCreate a new row record.
-
batch_create_recordsBatch create new row records.
-
update_recordUpdate a row record.
-
get_workflow_listGet a list of workflows in the application. Used to trigger specific business processes. Determine the applicable business scenario based on the workflow name and description.
-
get_regionsGet region information.
-
find_departmentFind a department by name, returning department ID and name.
-
get_record_logsGet row record logs.
-
get_app_infoGet application information, including groups, worksheets, and custom pages under the application. The 'type' field of the items object means: 0-Worksheet, 1-Custom Page, 2-Subgroup.
-
batch_update_recordsBatch update row records.
-
remove_member_from_roleRemove a member from a role.
-
get_record_share_linkGet a shareable link for a record.
-
delete_roleDelete a role.
-
delete_recordDelete a row record.
-
get_role_listGet a list of roles in the application.
-
find_memberFind a user by name, returning user ID, name, and redacted phone number and email.
-
leave_all_rolesRemove a specified member from all roles in the application.
-
get_worksheet_structureGet worksheet configuration and its control information.
-
delete_optionsetDelete an optionset.
-
get_record_listGet a list of worksheet records.
-
get_record_pivot_dataGet pivot table summary data for worksheet records. Prioritize using this tool for querying statistics, summaries, and aggregations.
-
create_optionsetCreate an optionset. Data includes: optionset name, optionset information (option value, sort order, color, score).
-
get_record_detailsGet record details, including creator, owner, control information, and generate example values based on control data types.
-
get_optionset_listGet a list of optionsets in the application.
-
create_worksheetCreate a worksheet. Currently supported field types are Text|Number|SingleSelect|MultipleSelect|Date|DateTime|Collaborator|Relation.
-
add_member_to_roleAdd member information to a role. Data includes: add users, jobs, departments.
-
update_optionsetEdit an optionset.