You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: help/quicksilver/workfront-basics/workfront-mcp-server/workfront-mcp-server-tools.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,21 +106,6 @@ If the AI agentic platform can find Workfront items but can't create, update, or
106
106
| Get Adobe region |`approvals_get_adobe_region`| Returns the Adobe name of a cloud provider region. | Read |
107
107
108
108
109
-
## Insights tools
110
-
111
-
Insights tools retrieve information about Workfront objects.
112
-
113
-
| Title | Tool name | What it does | Action |
114
-
| --- | --- | --- | --- |
115
-
| Read documents |`insights_read_docs`| Load the Workfront playbook or domain documentation, such as conditions, status, dates, or field paths. This is the required first step before querying data. | Read |
116
-
| Get current user |`insights_get_current_user`| Retrieve your own Workfront identity, including name, ID, and URL. | Read |
117
-
| Search fields |`insights_search_fields`| Search for available fields (standard and custom) on projects, tasks, issues, users, portfolios, teams, and so on. | Read |
118
-
| Get field paths |`insights_get_field_paths`| Resolve dot-notation field paths for entities, required by the data query tool. | Read |
119
-
| Find ID by name |`insights_find_id_by_name`| Look up the ID of any Workfront object by name, such as projects, tasks, users, portfolios, and so on. | Read |
120
-
| Find Workfront data |`insights_find_workfront_data`| Find, filter, count, sort, and aggregate Workfront data. This is the main query and report tool. | Read |
121
-
| Summarize object |`insights_summarize_object`| Fetch and summarize a single Workfront object by ID. | Read |
122
-
| List entities |`insights_list_entities`| List all Workfront object types available to query. | Read |
123
-
124
109
## Planning tools
125
110
126
111
>[!IMPORTANT]
@@ -233,6 +218,22 @@ Workflow tools are the general-purpose actions the AI agentic platform uses to w
233
218
| Add reaction |`comment-stream_add_reaction`| Add a reaction (like) to a comment. | Write |
234
219
| Remove reaction |`comment-stream_remove_reaction`| Remove a reaction (like) from a comment. | Write |
235
220
221
+
## Insights tools
222
+
223
+
Insights tools retrieve information about Workfront objects.
224
+
225
+
| Title | Tool name | What it does | Action |
226
+
| --- | --- | --- | --- |
227
+
| Read documents |`insights_read_docs`| Load the Workfront playbook or domain documentation, such as conditions, status, dates, or field paths. This is the required first step before querying data. | Read |
228
+
| Get current user |`insights_get_current_user`| Retrieve your own Workfront identity, including name, ID, and URL. | Read |
229
+
| Search fields |`insights_search_fields`| Search for available fields (standard and custom) on projects, tasks, issues, users, portfolios, teams, and so on. | Read |
230
+
| Get field paths |`insights_get_field_paths`| Resolve dot-notation field paths for entities, required by the data query tool. | Read |
231
+
| Find ID by name |`insights_find_id_by_name`| Look up the ID of any Workfront object by name, such as projects, tasks, users, portfolios, and so on. | Read |
232
+
| Find Workfront data |`insights_find_workfront_data`| Find, filter, count, sort, and aggregate Workfront data. This is the main query and report tool. | Read |
233
+
| Summarize object |`insights_summarize_object`| Fetch and summarize a single Workfront object by ID. | Read |
234
+
| List entities |`insights_list_entities`| List all Workfront object types available to query. | Read |
0 commit comments