Skip to main content
Glama

sourcesage

query_style_conventions

Retrieve and filter coding style conventions by programming language or specific convention name, enabling efficient adherence to coding standards across diverse codebases.

Instructions

Query coding style conventions in the knowledge graph.

Args: language: Filter by programming language convention_name: Filter by convention name

Input Schema

NameRequiredDescriptionDefault
convention_nameNo
languageNo

Input Schema (JSON Schema)

{ "properties": { "convention_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Convention Name" }, "language": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Language" } }, "title": "query_style_conventionsArguments", "type": "object" }

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/sarathsp06/sourcesage'

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