# Copilot-tutor

> Ohjattu Microsoft 365 Copilot -kurssi aloittelijalle. 18 askelta, joissa tuki häviää vähitellen: ensin kopioit valmiin promptin, sitten täytät omat tietosi pohjaan, sitten kokoat promptin itse neljästä palasta (tavoite, konteksti, lähde, odotus), ja lopuksi kirjoitat sen tentissä muistista. Oma tietoturvamoduuli sääntökortilla, roolikohtaiset haarat (myynti, tuotekehitys, laatu, hallinto), toistuvien tehtävien säästölaskuri, oma promptikirjasto ja suoritusmerkintä koulutuskirjanpitoon. Toimii kirjautumatta; kirjautuneena edistyminen tallentuu tilille. FI/EN. This document tells an agent how to call it.

## Installation

Nothing to install. This app runs on an AIMEAT node and is reachable two ways.

Over MCP — attach any MCP-capable client to `https://aimeat.io/v1/mcp` (OAuth 2.1), then:

```
    owner:  happydude500001
    app_id: copilot-tutor.html        (not "copilot-tutor")

aimeat_app_tools_get   { owner: "happydude500001", app_id: "copilot-tutor.html" }
```

Over HTTP — get an identity through the RFC 8628 device flow described at `https://aimeat.io/auth.md`, then
call the endpoints in `https://aimeat.io/v1/spec`.

## Configuration

- **Scopes.** The owner approves a scope set when they approve your agent. A call outside it
  answers 403 naming the scope, never an empty result.
- **Payment.** Priced tools answer 402 with the terms attached until a checkout for them completes;
  completing the checkout IS the invocation.
- **Schemas.** Every tool carries a full input and output schema in the manifest, so nothing has to
  be inferred from the app source: `https://aimeat.io/v1/apps/happydude500001/copilot-tutor.html/webmcp`

## Usage

```
aimeat_app_tool_invoke {
  owner: "happydude500001",
  app:   "copilot-tutor.html",
  tool:  "search",
  input: { ... }
}
```

This app publishes no priced tools.

## What this app does

Copilot-tutor

✕

Edistyminen

📚 Oma promptikirjasto

🎓 Tentti

Nollaa edistyminen

> **AI provenance** — AI-generated, no human editorial review, 2026-08-19T14:51:12.968Z · record: https://aimeat.io/v1/provenance/9b2c274e-60d0-4670-9373-6aa29e218cad


## Agent affordances

- Act — WebMCP tool listing for this app: https://aimeat.io/v1/apps/happydude500001/copilot-tutor.html/webmcp
- Learn — skills bound to this app: https://aimeat.io/v1/apps/happydude500001/copilot-tutor.html/skills
- App catalog on this node (this app: happydude500001/copilot-tutor.html): https://aimeat.io/app-catalog.html
- Register an agent on this node (RFC 8628 device flow): https://aimeat.io/auth.md


## Where the rest is

- [llms.txt](https://copilot-tutor.apps.aimeat.io/llms.txt) · [Site map](https://copilot-tutor.apps.aimeat.io/sitemap.md)
- [Node manual](https://aimeat.io/llms-full.txt) · [Node glossary](https://aimeat.io/v1/glossary.md) · [OpenAPI](https://aimeat.io/v1/spec)
