Once your AI client is connected, you talk to your work in plain language. This page lays out the full range of what you can ask — grouped by what you're trying to get done — followed by a worked example of the assistant planning a sprint end to end, and example prompts by role.
Begin with a few fast, safe, read-only prompts to build confidence:
Here's the range of what the assistant can do, grouped by what you're trying to get done. (You can also just ask "what can you do?" — it has a built-in catalogue.)
Even when there's no purpose-built tool for what you're asking, the assistant can reach the underlying DevStride API directly — so less common administrative and configuration tasks are within reach too, always within the permissions you already have.
The assistant can set up dependencies and move dates, so you can keep a schedule current in plain language:
If your organization has Link Mode turned on, moving an item's due date through the MCP automatically adjusts the items that depend on it — the same behavior you get on the Gantt chart. See Link Mode for how dependent dates update.
This is the kind of multi-step work the MCP makes possible — and a good model for how to drive it: the assistant does the analysis and proposes, you approve, and only then does it change anything.
Imagine you point the assistant at a sprint's worth of unestimated work:
The result is a fully structured, dated roadmap built from your real backlog — drafted by the assistant, reviewed and approved by you at every step.
The same connection serves very different jobs. A few starting points:
Project / delivery manager
Team member
Service delivery leader
Executive (CTO / VP)
create_workstream, update_workstream, archive_workstream, unarchive_workstream and delete_workstream, with workstream* keys in their inputs and results. The older *_folder tool names and folder* keys keep working as deprecated aliases until 2026-10-01, as the *_lane names do until 2026-10-31 for statuses. If you have saved prompts, scripts or custom tooling that name the old tools, switch them before those dates — see API keys for the full list of renamed names and headers.update_item (or to PATCH /v1/organizations/{organizationId}/work-items/{itemNumber}) is refused straight away with a 400 that names the workstream route; use update_workstream (PATCH …/workstreams/{itemNumber}) instead. Before September 2026 that mistake hung for about 30 seconds and came back as a server error.Your assistant can search across sub-tasks, list the sub-tasks of a parent, and create, update, or delete them. Item searches can also include items whose sub-task is assigned to you — so you can ask for "everything I'm working on, even via sub-tasks." Results are always filtered to what you have permission to read.
Personas are available through the API and MCP alongside person assignments. For example:
The same permissions and person/persona compatibility rules apply as in the app. A persona never grants item access. Catalog updates use the last-read catalog revision to prevent one administrator overwriting another's changes; saved personas are retired rather than deleted. See Managing personas.
Your assistant can work the Knowledge Base directly: find and search articles, read and write their content, move them through their lifecycle (publish, unpublish, archive, unarchive), set which companies see them, and manage the category tree.
It can also read an article's version history — who changed it and when — and restore an earlier version. A restore changes only the title and body, adds a new entry to the history, and deletes nothing, exactly as it does in the app. See Article history and restore.
Setting Up Your Connection
Connect your AI client to the DevStride MCP Server using OAuth 2.1 or an API key, with ready-to-paste setup for Claude, ChatGPT, Cursor, and more.
Best Practices & Tips
Get the most out of the DevStride MCP Server — work by name, review before applying changes, and keep your connection healthy.