Skip to main content
Project Agent query.

Operation details

FieldValue
NameprojectAgent
GroupProject Primitives
TypeQuery
SignatureprojectAgent(input: ProjectAgentInput!): ProjectAgentCard

Playground

Query

Query
query ProjectAgent($input: ProjectAgentInput!) {
  projectAgent(input: $input) {
    id
    name
    description
    capabilities
    defaultInputModes
    defaultOutputModes
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "agentId": ""
  }
}