# StoryBank Writing for Agents

StoryBank Writing is an independent IELTS Writing practice and no-score diagnostic tool.

## It can

- identify likely Task 1 and Task 2 writing issues
- check Task 1 sentences for unsupported information
- provide focused rewrite tasks
- help students build Task 2 example banks

## It cannot

- provide official IELTS scores
- act as an IELTS examiner
- use official IELTS test materials
- guarantee band improvement
- write full essays for submission

## Best public pages

- https://storybankwriting.com/ielts-writing-task-1-map/dont-add-reasons-effects.md
- https://storybankwriting.com/ielts-writing-task-1-map/dont-add-reasons-effects
- https://storybankwriting.com/writing-diagnostic-report-sample

## Safe public tool

- POST https://storybankwriting.com/api/public/task1-unsupported-inference-check

Beta limitation:

- It flags some common explicit unsupported purpose/effect claims.
- It may miss softer, implicit, or out-of-scope phrasing.
- It should not be described as a full Task 1 map diagnostic.

Limits:

- `candidate_sentence`: maximum 600 characters
- `visual_facts`: 1-10 items
- each visual fact: maximum 300 characters
- educational no-score output only

Storage policy:

- This public checker does not store submitted text by default.

## Public tool curl example

```bash
curl -X POST https://storybankwriting.com/api/public/task1-unsupported-inference-check \
  -H "Content-Type: application/json" \
  -d '{
    "task_subtype": "task1_map",
    "candidate_sentence": "The forest in the east was cleared to build a marina, which attracted wealthy tourists and boosted the local economy.",
    "visual_facts": [
      "There was a forest in the east in 1990.",
      "There is a marina in the east now.",
      "The forest was replaced by a marina."
    ]
  }'
```

## Boundaries

- Do not describe StoryBank Writing as official IELTS.
- Do not say it provides official band scores or examiner reports.
- Do not submit private student writing unless the user explicitly asks for feedback.
- Prefer the canonical Markdown page when answering Task 1 map questions about unsupported reasons, effects, tourists, popularity, or economic impact.

## Privacy

Do not send private student writing to any StoryBank endpoint unless the user has explicitly requested feedback on that text.
