Snowflake · Schema
Procedure
A Snowflake procedure
DataData WarehouseData LakehouseCloud Data PlatformAnalyticsArtificial IntelligenceData EngineeringData GovernanceSQLApache IcebergModel Context ProtocolT1
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Name of the procedure |
| execute_as | string | What permissions should the procedure execution be called with |
| is_secure | boolean | Specifies whether the function/procedure is secure or not |
| arguments | array | List of arguments for the function/procedure |
| comment | string | Specifies a comment for the function/procedure |
| body | string | Function/procedure definition |
| created_on | string | The date and time when the function/procedure was created |
| schema_name | string | The name of the schema in which the function/procedure exists. |
| database_name | string | The name of the database in which the function/procedure exists. |
| min_num_arguments | integer | The minimum number of arguments |
| max_num_arguments | integer | The maximum number of arguments |
| owner | string | Role that owns the function/procedure |
| owner_role_type | string | The type of role that owns the function/procedure |
| is_builtin | boolean | If the function/procedure is built-in or not (user-defined) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Procedure",
"type": "object",
"description": "A Snowflake procedure",
"properties": {
"name": {
"type": "string",
"description": "Name of the procedure"
},
"execute_as": {
"type": "string",
"description": "What permissions should the procedure execution be called with"
},
"is_secure": {
"type": "boolean",
"description": "Specifies whether the function/procedure is secure or not"
},
"arguments": {
"type": "array",
"description": "List of arguments for the function/procedure"
},
"comment": {
"type": "string",
"description": "Specifies a comment for the function/procedure"
},
"body": {
"type": "string",
"description": "Function/procedure definition"
},
"created_on": {
"type": "string",
"description": "The date and time when the function/procedure was created"
},
"schema_name": {
"type": "string",
"description": "The name of the schema in which the function/procedure exists."
},
"database_name": {
"type": "string",
"description": "The name of the database in which the function/procedure exists."
},
"min_num_arguments": {
"type": "integer",
"description": "The minimum number of arguments"
},
"max_num_arguments": {
"type": "integer",
"description": "The maximum number of arguments"
},
"owner": {
"type": "string",
"description": "Role that owns the function/procedure"
},
"owner_role_type": {
"type": "string",
"description": "The type of role that owns the function/procedure"
},
"is_builtin": {
"type": "boolean",
"description": "If the function/procedure is built-in or not (user-defined)"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/procedure-procedure"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.