Informatica · Capability

Informatica Data Integration

Unified workflow for managing data integration pipelines including connections, mappings, mapping tasks, job execution, scheduling, and activity monitoring. Used by data engineers and ETL developers.

Run with Naftiko InformaticaData IntegrationETLPipeline Management

What You Can Do

GET
List connections — List all connections.
/v1/connections
POST
Create connection — Create a new connection.
/v1/connections
GET
Get connection — Get connection details.
/v1/connections/{id}
PUT
Update connection — Update a connection.
/v1/connections/{id}
DELETE
Delete connection — Delete a connection.
/v1/connections/{id}
GET
List mappings — List all mappings.
/v1/mappings
GET
List mapping tasks — List all mapping tasks.
/v1/mapping-tasks
POST
Create mapping task — Create a new mapping task.
/v1/mapping-tasks
POST
Start job — Start a job.
/v1/jobs

MCP Tools

login

Authenticate and obtain a session ID.

list-connections

List all data source connections.

read-only
get-connection

Get connection details by ID.

read-only idempotent
create-connection

Create a new data source connection.

update-connection

Update an existing connection.

idempotent
delete-connection

Delete a connection.

idempotent
list-mappings

List all data mappings.

read-only
get-mapping

Get mapping details by ID.

read-only idempotent
list-mapping-tasks

List all mapping tasks.

read-only
create-mapping-task

Create a new mapping task.

get-mapping-task

Get mapping task details by ID.

read-only idempotent
update-mapping-task

Update a mapping task.

idempotent
delete-mapping-task

Delete a mapping task.

idempotent
start-job

Start a job for a task or taskflow.

stop-job

Stop a running job.

get-activity-log

Retrieve the activity log.

read-only
list-schedules

List all task schedules.

read-only
create-schedule

Create a new schedule.

get-schedule

Get schedule details by ID.

read-only idempotent
update-schedule

Update a schedule.

idempotent
delete-schedule

Delete a schedule.

idempotent

APIs Used

informatica-platform