# `get_intent`

Return the currently stored intent — product type, stack, notes, updated_at. Use this at the start of a session to know which rules will apply to this project.

## Input schema

```json
{
  "type": "object",
  "properties": {},
  "required": []
}
```

## Required arguments

_None._

## Properties

_None._

## See also

- [Index of all MCP tools](./README.md)