# ONES MCP for AI Agents AI Agent Connect

> ONES MCP. Manage R&D projects, tasks, and workflows through your AI client. It handles the heavy lifting of project management, tracking issues, updating statuses, and coordinating teams so you can focus on shipping code rather than clicking through dashboards.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_cDQ3XRZ0SYkgtqvm8CmlF3uevtYtK6qUHSgcQsXf/ai-agent-connect
- **Tags:** rd-management, issue-tracking, workflow-automation, agile, team-collaboration, task-management

## Description

Imagine you're in the middle of a sprint and need to know exactly where a bug stands or who's assigned to a specific feature. Instead of digging through nested folders and complex dashboards, you just ask your agent. This Connector connects your AI client to the ONES platform, turning your project management data into a conversational interface. You can ask for a status update on a specific project, create a new task with a full description, or check out the team's current velocity without leaving your workspace. It's built for teams that need to keep their R&D lifecycle organized but hate the friction of manual data entry. Since Vinkius hosts this Connector, you can get it running in minutes and start managing your entire R&D lifecycle through natural language. It handles the tedious parts of issue tracking and requirement management, making sure your team stays aligned on what needs to get done next. You don't have to worry about remembering which tab holds the latest updates or who was last assigned to a ticket. Your agent handles the lookups and data retrieval, giving you a clear picture of your progress. Whether you're following Scrum or Waterfall, you can move between high-level organization summaries and granular task details without the usual overhead. It's about getting the information you need to keep moving, not spending your day navigating a complex UI.

## Tools

### get_org_info
Get a summary of your organization's activity. Use this to see how the team is moving as a whole.

### get_task_details
Pull specific information about a single task. This is useful for getting deep context on a specific piece of work.

### create_task
Create a new task in ONES with a title and description. This helps you quickly log new work items from a conversation.

### list_members
See who is in your organization. Use this to find the right person to assign a task to.

### list_projects
See all projects in your workspace. This gives you a quick overview of every R&D initiative.

### list_task_types
See the types of tasks your team uses, like bugs or stories. This ensures your agent uses the right categories.

### list_tasks
See every task within a specific project. This is the fastest way to see what's on the team's plate.

### list_workflows
See the project workflows available in your workspace. This helps you understand the rules of your team's development process.

### update_task
Change the status or details of an existing task. This keeps your project board accurate without manual clicks.

### get_project
Get the specific details of a single project. Use this to pull context on a project's scope or goals.

## Prompt Examples

**Prompt:** 
```
What's the status of the 'API Migration' project?
```

**Response:** 
```
### Project Status: API Migration

| Metric | Status |
| :--- | :--- |
| **Overall Progress** | 65% Complete |
| **Current Phase** | Testing |
| **Active Tasks** | 12 |

**Recent Activity:**
*   *Security Audit* - Completed 2 days ago
*   *Endpoint Validation* - In Progress (Assigned to Sarah K.)
```

**Prompt:** 
```
Create a bug task for the mobile app login screen.
```

**Response:** 
```
**Task Created Successfully!**

*   **Title:** Bug: Mobile app login screen freeze
*   **Project:** Mobile App
*   **Status:** To Do
*   **Task ID:** ONES-442

Would you like me to assign this to a specific team member or add a priority level?
```

**Prompt:** 
```
Give me a summary of our team's activity this week.
```

**Response:** 
```
### Organization Activity Summary

In the last 7 days, the team has been highly active:

*   **Tasks Completed:** 42
*   **New Tasks Created:** 18
*   **Projects Touched:** 9

**Top Projects by Activity:**
1. Core Platform V2 (High)
2. Security Hardening (Medium)
3. Mobile SDK (Low)
```

## Capabilities

### List active R&D projects
See every project in your workspace with a single request.

### Create new tasks
Log new work items with titles, descriptions, and assignees via chat.

### Update task statuses
Change the progress of existing tasks without opening the dashboard.

### Browse project workflows
Understand the rules and types of tasks your team uses.

### Get organization summaries
Retrieve high-level activity summaries for your entire company.

### List organization members
Find and identify the right people to assign tasks to.

## Use Cases

### Tracking a specific bug
A developer asks the agent to find the 'Login Bug' task and see who's assigned to it using get_task_details.

### Daily standup prep
An R&D manager asks for a summary of all tasks in the 'Mobile SDK' project using list_tasks to prepare for a meeting.

### Onboarding a new hire
A lead uses list_members and list_workflows to explain the team structure and process to a new engineer.

### Quarterly review
An executive asks for an organization activity summary using get_org_info to see how many tasks were completed.

## Benefits

- Stop clicking through dashboards by using list_projects to see every R&D initiative in one glance.
- Update project progress instantly with update_task instead of switching tabs to manual entry forms.
- Keep your team's task queue accurate by using create_task to log new work items during a chat.
- Understand your team's process better by using list_workflows to see how work moves from start to finish.
- Get a bird's-eye view of your company's output with get_org_info to see overall activity summaries.
- Quickly find the right people for a job by using list_members to see everyone in your organization.

## How It Works

The bottom line is you get a conversational interface for your entire R&D project management platform.

1. Subscribe to the ONES MCP on Vinkius.
2. Enter your ONES API Access Token and Organization ID in your AI client.
3. Start asking your agent to list projects, create tasks, or summarize team activity.

## Frequently Asked Questions

**Can I use ONES MCP to manage my R&D tasks?**
Yes. You can use it to create, update, and track tasks within your ONES workspace using natural language.

**How does ONES MCP help with team coordination?**
It allows you to quickly list organization members and browse project workflows to see how work moves from start to finish.

**Can my agent create new tasks in ONES?**
Absolutely. Your agent can create new tasks with specific titles, descriptions, and assignees on your behalf.

**Can I see my organization's summary with ONES MCP?**
Yes. You can pull a high-level summary of your organization's activity to see overall progress and team velocity.

**Does ONES MCP support different project workflows?**
It does. You can browse your project workflows to understand the specific development processes your team follows.

**How do I get my team members listed in my AI client?**
The Connector can retrieve a list of all members in your organization, making it easy to identify who to assign work to.

**How do I generate an API Access Token in ONES?**
Log in to your ONES Management Console, navigate to [Settings] → [API Authentication], and click 'Create Token'. Make sure to copy it immediately as it will only be shown once.

**Where can I find my Organization ID?**
Your Organization ID (often a UUID) can be found in the URL of your ONES dashboard or in the [Organization Profile] section of the Management Console.

**Can I update the status of a task through the agent?**
Yes. Use the `update_task` tool and provide the task UUID and the new status UUID. You can find available status UUIDs by checking the project's workflow with `list_workflows`.