ADR: Tool surface granularity and naming #50
Labels
No labels
area:auth
area:ci
area:db
area:infra
area:native
area:pwa
area:service
epic
feature
foundation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
james/carol#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Write an ADR resolving how the agent's tool surface is shaped, before the tool-surface ticket lands.
Scope — the ADR must answer
get_people,create_person,update_person,delete_person) vs domain-shaped tools (find_people_at_org,link_person_to_org,add_note_to_person,merge_people). Coarse is fewer tools and more reasoning load on the agent; fine is more tools but more deterministic behaviour. Pick a default; allow both within the surface where appropriate.verb_noun(snake_case) vsnoun.verb. Convention matters for discoverability in MCP clients and for consistency across entity types.safe_create,safe_update,destructive_update,destructive_delete). The UI uses the tag to escalate the confirmation prompt.user_idparameter.Follow the ADR format in
docs/adr/0001-record-architecture-decisions.md.Acceptance criteria
docs/adr/README.md.Part of epic #47. Should land before the Domain tool surface ticket.