Skip to content

Commit b4a42e0

Browse files
Merge pull request #4527 from Adobe-Enterprise-Docs/becky-insights-move-
Update workfront-mcp-server-tools.md
2 parents be5760a + 61c7639 commit b4a42e0

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

help/quicksilver/workfront-basics/workfront-mcp-server/workfront-mcp-server-tools.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -106,21 +106,6 @@ If the AI agentic platform can find Workfront items but can't create, update, or
106106
| Get Adobe region | `approvals_get_adobe_region` | Returns the Adobe name of a cloud provider region. | Read |
107107

108108

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-
124109
## Planning tools
125110

126111
>[!IMPORTANT]
@@ -233,6 +218,22 @@ Workflow tools are the general-purpose actions the AI agentic platform uses to w
233218
| Add reaction | `comment-stream_add_reaction` | Add a reaction (like) to a comment. | Write |
234219
| Remove reaction | `comment-stream_remove_reaction` | Remove a reaction (like) from a comment. | Write |
235220

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 |
235+
236+
236237

237238

238239
## How tools are updated

0 commit comments

Comments
 (0)