# Room Task Counter AI Agent Connect

> Room Task Counter lets your AI client manage and monitor task progress across different spaces in a facility. You can pull room lists, check specific metadata, and get real-time counts of completed work or completion percentages. It turns your agent into a facility supervisor that knows exactly what's finished and what's pending in every room.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_996f7bigfoOTnIKp85qhpD6dhSmAmrjJZWhmh7as/ai-agent-connect
- **Tags:** rooms, tasks, completion, management, tracking

## Description

You can use this MCP to keep tabs on facility maintenance and task completion without digging through spreadsheets. It gives your AI client direct access to room data and task metrics. Instead of manually checking every area, you can ask your agent to pull a summary of completed work or check the status of a specific room. It works by providing a set of tools that expose room lists, metadata, and task counts. Whether you need to know how many tasks are done in the kitchen or what the overall completion rate is for the office, your agent handles the math and the data retrieval. It's built for anyone managing physical spaces who wants to use an AI agent to oversee operational progress.

## Tools

### get_room_details
This tool retrieves metadata for a specific room. Use it when your agent needs to look up specific information about a single space.

### get_room_task_counts
This tool provides a summary of completed tasks across multiple rooms. It's how your agent gets a quick count of finished work.

### list_all_rooms
This tool returns a list of all available rooms in the facility. Your agent calls this first to see what spaces it can monitor.

### get_room_completion_rate
This tool calculates the percentage of completed tasks for a specific room. Your agent uses it to report on how much work is left in a given area.

## Prompt Examples

**Prompt:** 
```
List all the rooms in the system.
```

**Response:** 
```
The available rooms are: Kitchen, Living Room, Bedroom 1, and Office.
```

**Prompt:** 
```
How many tasks are completed in the Kitchen and the Office?
```

**Response:** 
```
There are 5 completed tasks in the Kitchen and 3 completed tasks in the Office.
```

**Prompt:** 
```
What is the completion rate for the Living Room?
```

**Response:** 
```
The completion rate for the Living Room is 75%.
```

## Capabilities

### Room Inventory
Your agent identifies all available spaces within the facility.

### Task Summaries
Your agent pulls total counts of completed work for specific areas.

### Progress Calculation
Your agent determines the percentage of tasks finished in any given room.

### Metadata Retrieval
Your agent looks up specific details regarding individual rooms.

## Use Cases

### Maintenance Audits
An agent checks the completion rate of cleaning or repair tasks across several rooms at once.

### Daily Status Reports
You ask your agent to list all rooms and their current task counts to see what's done for the day.

### Resource Allocation
Use task counts to identify which rooms have the most pending work.

### Facility Oversight
A supervisor asks for specific room details to verify metadata before sending a crew.

## Benefits

- Eliminates manual counting of completed tasks.
- Provides instant completion percentages for any room.
- Centralizes room metadata for easy agent access.
- Reduces the time spent checking individual room statuses.

## How It Works

Connecting this MCP to your AI client gives your agent immediate access to facility task data.

1. Connect the MCP to your preferred client like Claude or Cursor via Vinkius.
2. Ask your agent a question about room status or task counts.
3. The agent invokes the necessary tool from this MCP to fetch the data.
4. Your agent processes the raw counts or metadata into a clear answer for you.

## Frequently Asked Questions

**What can this MCP do?**
It allows your AI client to list rooms, get room details, count completed tasks, and calculate completion rates.

**Which AI clients can use this MCP?**
You can use this with any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code.

**Do I need to host this myself?**
No, Vinkius hosts and manages the MCP for you. You just connect your client and start using the tools.

**Can I see the completion percentage for a specific room?**
Yes, the agent uses the get_room_completion_rate tool to provide that specific percentage.

**How do I see all the rooms in my facility?**
You can simply ask your agent to list all the rooms, and it will use the list_all_rooms tool to find them.

**How can I see all available rooms?**
You can use the `list_all_rooms` tool to retrieve a complete list of all rooms currently tracked in the system.

**Can I check the progress of a specific room?**
Yes, use `get_room_completion_rate` to find the percentage of tasks completed in a specific room.

**How do I get counts for multiple rooms at once?**
Use the `get_room_task_counts` tool and provide an array of room names to get the completed task counts for all of them.
