Consul Connect · Capability
HashiCorp Consul Connect API — Intentions
HashiCorp Consul Connect API — Intentions. 6 operations. Lead operation: List all intentions. Self-contained Naftiko capability covering one Consul Connect business surface.
What You Can Do
GET
Listintentions
— List all intentions
/v1/connect/intentions
GET
Checkintention
— Check if a connection would be authorized
/v1/connect/intentions/check
GET
Readintentionbyexact
— Read intention by source and destination
/v1/connect/intentions/exact
PUT
Upsertintentionbyexact
— Create or replace intention by source and destination
/v1/connect/intentions/exact
DELETE
Deleteintentionbyexact
— Delete intention by source and destination
/v1/connect/intentions/exact
GET
Matchintentions
— List intentions matching a source or destination
/v1/connect/intentions/match
MCP Tools
list-all-intentions
List all intentions
read-only
idempotent
check-if-connection-would-be
Check if a connection would be authorized
read-only
idempotent
read-intention-source-and-destination
Read intention by source and destination
read-only
idempotent
create-replace-intention-source-and
Create or replace intention by source and destination
idempotent
delete-intention-source-and-destination
Delete intention by source and destination
idempotent
list-intentions-matching-source-destination
List intentions matching a source or destination
read-only
idempotent