Skip to main content
Glama

roslyn:get_method_signature

Retrieve complete method signatures from .NET/C# code, including parameters, return types, nullability, and modifiers, for accurate code analysis and navigation.

Instructions

Get detailed method signature BY NAME including parameters, return type, nullability, and modifiers.

USAGE: get_method_signature("MyClass", "ProcessData") or with overload selection: get_method_signature("MyClass", "ProcessData", overloadIndex=1)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNameYesContaining type name
methodNameYesMethod name
overloadIndexNoWhich overload (0-based, default: 0)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses the tool's behavior by specifying what details are included (parameters, return type, nullability, modifiers) and how to handle overloads, but it lacks information on error handling, permissions, or rate limits. This is adequate but has gaps for a tool with no annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose in the first sentence, followed by concise usage examples. Every sentence earns its place by clarifying functionality and usage without redundancy, making it efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (retrieving detailed method signatures) and the absence of annotations and output schema, the description is moderately complete. It covers the purpose and usage but lacks details on output format, error cases, or integration with sibling tools, which could help an agent use it more effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, so the schema already documents all parameters (typeName, methodName, overloadIndex). The description adds minimal value by implying usage in examples but does not provide additional semantics beyond what the schema states, such as format constraints or default behaviors not covered in schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with specific verbs ('Get detailed method signature') and resources ('BY NAME'), and it distinguishes itself from siblings like 'get_method_overloads' or 'get_method_source' by focusing on signature details including parameters, return type, nullability, and modifiers. This is precise and avoids tautology.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage examples for basic and overloaded cases, which clarifies when to use this tool (e.g., for retrieving method signatures by name, optionally with overload selection). However, it does not explicitly state when not to use it or name alternatives among siblings, such as 'get_method_overloads' for listing overloads without details, leaving some guidance implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/pzalutski-pixel/sharplens-mcp'

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