Skip to main content
Glama
Cyronius

claude-database-tools

by Cyronius

create_index

Improve database query performance by creating indexes on specified columns in MSSQL tables to optimize data retrieval and enforce uniqueness constraints.

Instructions

Creates an index on a specified column or columns in an MSSQL Database table

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableNameYesName of the table to create index on (can include schema: schema.table)
indexNameYesName for the new index
columnsYesArray of column names to include in the index
isUniqueNoWhether the index should enforce uniqueness (default: false)
isClusteredNoWhether the index should be clustered (default: false)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cyronius/claude-database-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server