II.
ToolDescriptor overview
Reference · livetool-descriptor:krate.krate-create-secret
Krate: krate_create_secret overview
Create an AgentSecretGrant resource
Attributes
displayName
Krate: krate_create_secret
category
krate-mcp
vendor
a5c.ai
mode
mcp-tool
description
Create an AgentSecretGrant resource
schema
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"org": {
"type": "string"
},
"agentRef": {
"type": "string"
},
"secretRef": {
"type": "string"
},
"permissions": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"name",
"org",
"agentRef",
"secretRef"
]
}
inputSchema
type
object
properties
name
type
string
org
type
string
agentRef
type
string
secretRef
type
string
permissions
type
array
items
type
string
required
- name
- org
- agentRef
- secretRef
streamable
false
timeoutMs
30000
Outgoing edges
None.
Incoming edges
contains_tool_descriptor1
- tool-server:krate-mcp-server·ToolServerKrate MCP Server