Skip to main content
Glama

sourcesage

query_style_conventions

Retrieve coding style conventions from SourceSage’s knowledge graph by specifying language or convention name. Simplify adherence to code standards across projects.

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