← Tools Reference

Deck.co

Deck.co integration (AI, Developer Tools). Imported from open-connector.

API key5 toolshttps://api.deck.co/v2
GET
deck_co_test_api_key
Verify that a Deck.co secret key can authenticate with the v2 API.

/test

GET
deck_co_list_agents
List Deck.co agents with cursor pagination.

/agents

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalMaximum number of items to return. Deck.co allows 1 to 100.
cursorstringoptionalOpaque cursor string returned by a previous Deck.co page.
GET
deck_co_get_agent
Retrieve a Deck.co agent by ID, including its task summaries.

/agents/{agentId}

2 parameters
ParamTypeRequiredDescription
agent_idstringoptionalUnique identifier for the agent, prefixed with agt_.
agentIdstringrequiredPath parameter: agentId
GET
deck_co_list_sources
List Deck.co sources with cursor pagination.

/sources

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalMaximum number of items to return. Deck.co allows 1 to 100.
cursorstringoptionalOpaque cursor string returned by a previous Deck.co page.
GET
deck_co_get_source
Retrieve a Deck.co source by ID.

/sources/{sourceId}

2 parameters
ParamTypeRequiredDescription
source_idstringoptionalUnique identifier for the source, prefixed with src_.
sourceIdstringrequiredPath parameter: sourceId